tpunt/Blop/master/.htaccess - Htaccess File

tpunt/Blop/master/.htaccess

RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-l

RewriteRule ^(([a-zA-Z0-9]+)?(/([a-zA-Z0-9]+)?(/([a-zA-Z0-9]+)?(/([a-zA-Z0-9]+)?)?)?)?)?$ index.php?param1=$2&param2=$4&param3=$6&param4=$8 [L,QSA]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache