wyattjmiller.com/src/.htaccess

5 lines
153 B
ApacheConf
Raw Normal View History

2019-12-08 15:16:28 -06:00
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.php -f
RewriteRule ^(.*)$ $1.php [NC,L]
2019-01-08 11:06:40 -06:00
ErrorDocument 404 /404.php