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