Skip to content

Instantly share code, notes, and snippets.

@fsouza
Created July 11, 2010 17:57
Show Gist options
  • Save fsouza/471715 to your computer and use it in GitHub Desktop.
Save fsouza/471715 to your computer and use it in GitHub Desktop.
RewriteEngine on
RewriteCond $1 !^(index\.php|unit_test\.php|images|robots\.txt|static|.*\.css)
RewriteRule ^(.*)$ index.php/$1 [L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment