Skip to content

Instantly share code, notes, and snippets.

@qustosh
Created April 2, 2013 17:49
Show Gist options
  • Save qustosh/5294479 to your computer and use it in GitHub Desktop.
Save qustosh/5294479 to your computer and use it in GitHub Desktop.
Better .htaccess
RewriteEngine on
RewriteCond $1 !^(index\.php|(.*)\.(gif|jpe?g|png|js|css|ico))
RewriteRule ^(.*)$ /index.php/$1 [L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment