summaryrefslogtreecommitdiffstats
path: root/.htaccess
blob: ceaaf590b855520402aa026bb7ef0c81c92bf87f (plain)
1
2
3
4
5
6
7
Options +Includes +FollowSymLinks
XBitHack on

RewriteEngine on
RewriteRule ^/$ index.html [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ $1.html [L]