samschirmer/film-reviews/master/.htaccess - Htaccess File

samschirmer/film-reviews/master/.htaccess

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}.html -f
RewriteRule ^(.*)$ $1.html
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^.]+)$ $1.php [NC,L]
ErrorDocument 404 http://cantedreviews.com/error?type=missing

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache