updated htaccess
This commit is contained in:
parent
6c1cc1778a
commit
dfe4f527f8
6
htaccess
6
htaccess
@ -1,4 +1,6 @@
|
|||||||
RewriteEngine on
|
RewriteEngine On
|
||||||
|
|
||||||
|
# Remove .php extension from URLs
|
||||||
RewriteCond %{REQUEST_FILENAME} !-d
|
RewriteCond %{REQUEST_FILENAME} !-d
|
||||||
RewriteCond %{REQUEST_FILENAME}\.php -f
|
RewriteCond %{REQUEST_FILENAME}\.php -f
|
||||||
RewriteRule ^(.*)$ $1.php [NC,L]
|
RewriteRule ^(.+)$ $1.php [L]
|
||||||
Loading…
Reference in New Issue
Block a user