aurichj/PersonalWebsite/master/.htaccess - Htaccess File

aurichj/PersonalWebsite/master/.htaccess

# Use PHP5.4 as default
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index.html$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.html [L]
#RewriteCond %{THE_REQUEST} ^[A-Z]{3, 9} /.*index.html HTTP/
#RewriteRule ^(.*)index.html$ /$1 [R=301,L]

</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, THE_REQUEST

Comments

Apache