Skip to content

Instantly share code, notes, and snippets.

@Barneybook
Created January 8, 2013 03:40
Show Gist options
  • Save Barneybook/4480976 to your computer and use it in GitHub Desktop.
Save Barneybook/4480976 to your computer and use it in GitHub Desktop.
ignore image css js phpMyAdmin-3.5.2.2-all-languages upload dir
RewriteEngine On
RewriteCond $1 !^(index\.php|image|css|js|phpMyAdmin-3.5.2.2-all-languages|upload|robots\.txt)
RewriteRule ^(.*)$ index.php/$1 [L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment