Created
January 21, 2013 12:14
-
-
Save elvisciotti/4585648 to your computer and use it in GitHub Desktop.
.htaccess example to exclude one directory from subsequent rule
This file contains 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
# skip admin directory | |
RewriteCond %{REQUEST_URI} !^/admin | |
# rule | |
RewriteRule ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment