wyattjmiller.com/src/.htaccess

5 lines
153 B
ApacheConf
Raw Normal View History

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