summaryrefslogtreecommitdiffstats
path: root/.htaccess
blob: 9055669c77a96b819bcc2ef0c2a94598bc25c626 (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]