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

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