Modified .htaccess
This commit is contained in:
@@ -9,4 +9,7 @@ Options All -Indexes
|
|||||||
|
|
||||||
RewriteCond %{REQEUSTED_FILENAME} !-d
|
RewriteCond %{REQEUSTED_FILENAME} !-d
|
||||||
RewriteCond %{REQUEST_FILENAME}\.html -f
|
RewriteCond %{REQUEST_FILENAME}\.html -f
|
||||||
RewriteRule ^(.*)$ $1.html [NC,L]
|
RewriteRule ^(.*)$ $1.html [NC,L]
|
||||||
|
|
||||||
|
RewriteCond %{REQUEST_FILENAME}\.php -f
|
||||||
|
RewriteRule ^(.*)$ $1.php [NC,L]
|
Reference in New Issue
Block a user