rewriting file extensions
This commit is contained in:
parent
2c357d2c54
commit
ef560d39c9
@ -1 +1,5 @@
|
|||||||
|
RewriteEngine on
|
||||||
|
RewriteCond %{REQUEST_FILENAME} !-d
|
||||||
|
RewriteCond %{REQUEST_FILENAME}\.php -f
|
||||||
|
RewriteRule ^(.*)$ $1.php [NC,L]
|
||||||
ErrorDocument 404 /404.php
|
ErrorDocument 404 /404.php
|
Loading…
Reference in New Issue
Block a user