Skip to content

Instantly share code, notes, and snippets.

@devth
Created July 22, 2010 18:57
Show Gist options
  • Select an option

  • Save devth/486415 to your computer and use it in GitHub Desktop.

Select an option

Save devth/486415 to your computer and use it in GitHub Desktop.
RewriteEngine on
RewriteCond $1 !^(images|cms|themes|favicon\.ico|robots\.txt|index\.php) [NC]
RewriteRule ^(.*)$ /index.php/$1 [L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment