Skip to content

Instantly share code, notes, and snippets.

@gr4y
Created June 13, 2011 08:57
Show Gist options
  • Save gr4y/1022491 to your computer and use it in GitHub Desktop.
Save gr4y/1022491 to your computer and use it in GitHub Desktop.
Just in case I can't remember this...
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment