diff options
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,4 +4,4 @@ XBitHack on RewriteEngine on RewriteRule ^$ index.html [L] RewriteCond %{REQUEST_FILENAME} !-f -RewriteRule ^(.*)$ $1.html [L] +RewriteRule ^([^.]*)$ $1.html [L] |