Skip to content

Instantly share code, notes, and snippets.

@jonatw
Created October 17, 2012 07:24
Show Gist options
  • Save jonatw/3904203 to your computer and use it in GitHub Desktop.
Save jonatw/3904203 to your computer and use it in GitHub Desktop.
jonathan_codeigniter_htaccess
RewriteEngine on
RewriteCond $1 !^(index\.php|assets|robots\.txt|\.jpg|\.jpeg|\.png|\.doc|\.pdf|\.gif|\.bmp|\.ico|\.js|\.css)
RewriteRule ^(.*)$ index.php?/$1 [L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment