docs: adapt to public gh-pages
[awesomized/ext-ion] / docs / v0.0 / .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>