smo-key/smo-key.github.io/master/.htaccess - Htaccess File

smo-key/smo-key.github.io/master/.htaccess

<IfModule mod_rewrite.c>
   RewriteEngine On
   RewriteCond %{THE_REQUEST} ^[A-Z]{3,9} /html/(.*).html HTTP/
   RewriteRule .* http://localhost/html/%1 [R=301,L]

   RewriteCond %{THE_REQUEST} ^[A-Z]{3,9} /html/(.*) HTTP/
   RewriteRule .* %1.html [L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
THE_REQUEST

Comments

Apache