JasonWoof/square/master/.htaccess - Htaccess File

JasonWoof/square/master/.htaccess

php_flag register_globals off
php_flag magic_quotes_gpc off
Options -MultiViews
AddDefaultCharset UTF-8
RewriteEngine  on
RewriteRule    ^$  /run.php
RewriteRule    ^[^/]*.html$  /run.php
RewriteRule    ^[^/.]*$  /run.php

On Github License

Files

Download PDF of Htaccess file

Comments

Apache