aa71b432e8866fbce446c7d2596a7c31352f0ecc
[awesomized/ext-ion] / .htaccess
1 Options -Indexes +MultiViews +FollowSymLinks
2 DirectorySlash Off
3
4 RewriteEngine On
5 RewriteCond %{REQUEST_FILENAME} -d
6 RewriteRule ^(.+)$ $1.html [L]
7
8 <Files *.php>
9 ForceType text/x-php
10 SetHandler default-handler
11 </Files>