Hi, I have the following... Basically... This redirects example.com/* to myfile.php?g=* And it works fine But I need to put in another rewrite condition so that it will not redirect anything from my image directory (example.com/misc/images/). Any help would be much appreciated. Thanks
This should work : RewriteCond %{REQUEST_URI} !^/misc/images(/.*)?$ [NC] Needs to go before the rules you don't want processed.
I have a htaccess in my root and I have other domain (addon) in this root , now the htaccess is afecting to the other domain,can I exclude the domain(addon) in the htaccess? Sorry ,my english is a little bad