Created
October 17, 2012 07:24
-
-
Save jonatw/3904203 to your computer and use it in GitHub Desktop.
jonathan_codeigniter_htaccess
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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