webreactor/reactor4-dev/master/htdocs/.htaccess
AddDefaultCharset UTF-8
AddType application/x-httpd-php .php .html
AddType text/x-component .htc
AddType image/x-icon .ico
Options -Indexes
DirectoryIndex index.html index.php
#
#put .htaccess file into var
#ForceType application/octet-stream
#
RewriteEngine On
RewriteBase /
RewriteRule .svn index.php?_rawget=404 [L]
RewriteRule .git index.php?_rawget=404 [L]
RewriteCond %{REQUEST_FILENAME} -f
RewriteRule ^ - [L]
RewriteRule ^var/files/.* files.php [L]
RewriteRule ^ index.php [L,QSA]
On Github License
Files
Download PDF of Htaccess file