Skip to content

Instantly share code, notes, and snippets.

@narfbg
Created February 20, 2012 12:35
Show Gist options
  • Save narfbg/1869022 to your computer and use it in GitHub Desktop.
Save narfbg/1869022 to your computer and use it in GitHub Desktop.
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond $1 !^(index\.php|images\/.+\.(jpg|png|gif)|css\/.+\.(css|jpg|png|gif)|js\/.+\.js|robots\.txt)
RewriteRule ^(.*)$ index.php/$1 [L]
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment