mrfhitz/PHPRoutingSystem/master/.htaccess - Htaccess File

mrfhitz/PHPRoutingSystem/master/.htaccess

<IfModule mod_rewrite.c>    
RewriteEngine On

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

RewriteRule ^([a-zA-Z_-]*)/?([a-zA-Z_-]*)?/?([a-zA-Z0-9_-]*)?/?([a-zA-Z0-9_-]*)?/?([a-zA-Z0-9_-]*)$ index.php?controller=$1&action=$2&arg1=$3&arg2=$4&arg3=$5 [NC,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_URI

Comments

Apache