Created
January 8, 2013 03:40
-
-
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
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|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