delphinpro/wofh-tools/master/public_html/.htaccess
AddDefaultCharset utf-8
php_value max_execution_time 30
php_flag magic_quotes_gpc 0
php_flag magic_quotes_runtime 0
<Files .htaccess>
Order Deny,Allow
Deny from all
</Files>
Options -Indexes
DirectoryIndex index.php
ErrorDocument 403 /403.html
ErrorDocument 500 /500.html
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ /index.php [L]
On Github License
Files