RewriteEngine On RewriteCond %{SCRIPT_FILENAME} !index.php$ RewriteRule (.*) index.php/$1 [L]