Skip to content

Instantly share code, notes, and snippets.

@WordpressDev
Forked from ssheduardo/.htaccess_codeigniter
Created October 30, 2012 07:11
Show Gist options
  • Save WordpressDev/3978744 to your computer and use it in GitHub Desktop.
Save WordpressDev/3978744 to your computer and use it in GitHub Desktop.
htaccess codeigniter
RewriteEngine on
RewriteCond $1 !^(img|index.php|js|robots.txt|css)
RewriteRule ^(.*)$ index.php/$1 [L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment