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