Skip to content

Instantly share code, notes, and snippets.

@ssheduardo
Created April 5, 2012 16:10
Show Gist options
  • Select an option

  • Save ssheduardo/2312221 to your computer and use it in GitHub Desktop.

Select an option

Save ssheduardo/2312221 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]
@ssheduardo
Copy link
Copy Markdown
Author

En RewriteCond van los archivos, carpetas que se excluirán de codeigniter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment