Hi. Is there a way to ignore rewriteRules of a subdirectory? For example i have:
/.
/..
/.htaccess
/index.php
/admin/
How can i apply the htacess to the 'root' directory only? i don't want the 'admin' directory to run under the /.htaccess rules.
Andres