arzynik/cheryl/master/public/.htaccess - Htaccess File

arzynik/cheryl/master/public/.htaccess

allow from all

RewriteEngine on
Options +Followsymlinks -Indexes

ReWriteCond %{REQUEST_METHOD} ^(TRACE|TRACK)
ReWriteRule .* - [F]

RewriteCond %{REQUEST_FILENAME}        !-f
RewriteCond %{REQUEST_FILENAME}        !-d
RewriteRule ^(.+)$                    index.php?__url=$1 [L,QSA]

AddDefaultCharset UTF-8

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_METHOD

Comments

Apache