Skip to content

Instantly share code, notes, and snippets.

@3l3n01
Forked from yesidays/.htaccess
Created February 2, 2013 07:36
Show Gist options
  • Save 3l3n01/4696469 to your computer and use it in GitHub Desktop.
Save 3l3n01/4696469 to your computer and use it in GitHub Desktop.
RewriteEngine on
RewriteCond $1 !^(index\.php|images|php|script|styles|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