Skip to content
iannsp edited this page Sep 14, 2011 · 2 revisions

RewriteEngine on RewriteBase / RewriteCond %{SCRIPT_FILENAME} !-f RewriteCond %{SCRIPT_FILENAME} !-d

RewriteRule ^(.*)$ index.php?$1

Clone this wiki locally