Hello,
I am using an .htaccess in my root public_html directory to redirect traffic to another domain name, using this format:
Redirect / http://domain.com/
However, I would like to allow some directories to stay local, meaning I'm hoping to make all files redirect to another domain except the files in /members, for example. Is there a way to do this without listing individually each file/directory that I would like redirected?
Thanks!!