views:

40

answers:

0

Hello I need help with .htaccess

I was using RewriteCond %{REQUEST_URI} !^/unsubscribe(/.*)?$ [NC] that to make a folder load without affecting of RewriteRule ^([0-9]+) view.php?id=$1 [NC]

I want rewrite the rule to make a folder independent without doing of other rules into that folder

Current code to do so is : RewriteCond %{REQUEST_URI} !^/unsubscribe(/.*)?$ [NC]