Skip to content

Instantly share code, notes, and snippets.

@dingram
Created February 28, 2010 02:08
Show Gist options
  • Save dingram/317119 to your computer and use it in GitHub Desktop.
Save dingram/317119 to your computer and use it in GitHub Desktop.
RewriteEngine On
RewriteRule ^index.php$ - [L]
RewriteRule .* index.php [L,QSA]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment