1: 2: 3: 4: 5: 6:
php_flag allow_call_time_pass_reference On RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)/(.*)/(.*)/(.*)$ index.php?controller=$1&action=$2¶m=$3&$4 [L]