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

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