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¶m2=$4¶m3=$6¶m4=$8 [L,QSA]