|
@@ -2,6 +2,7 @@
|
|
|
ServerSignature Off
|
|
ServerSignature Off
|
|
|
|
|
|
|
|
# remove php and html extensions
|
|
# remove php and html extensions
|
|
|
|
|
+RewriteEngine On
|
|
|
RewriteCond %{REQUEST_FILENAME} !-f
|
|
RewriteCond %{REQUEST_FILENAME} !-f
|
|
|
RewriteRule ^([^\.]+)$ $1.php [NC,L]
|
|
RewriteRule ^([^\.]+)$ $1.php [NC,L]
|
|
|
RewriteRule ^([^\.]+)$ $1.html [NC,L]
|
|
RewriteRule ^([^\.]+)$ $1.html [NC,L]
|