Forum Moderators: phranque
Right now, I'm setting up phpBB2 on the server, and the when I try to access the following URL, it's intercepted by the rewrite rule:
domain_com/phpBB2/admin/admin.php
Is there any way to tell the .htaccess file to NOT apply the rules to one specific sub folder on the server?
# Exclude /pbpBB2 subdir
RewriteCond $1 !^phpBB2$
RewriteRule ^([^/]+)/([^/]+)/([^.]+)\.php$ /product.php?NAME=$1&BRAND=$2&SKU=$3 [L]
For more information, see the documents cited in our forum charter [webmasterworld.com] and the tutorials in the Apache forum section of the WebmasterWorld library [webmasterworld.com].
Jim