I need to do a 301 directory redirect in my httpd.conf file but exclude a subdirectory within the directory. Example:
RedirectPermanent /redirect/ http://www.mysite.com/
But I want to exclude this subdirectory /redirect/example/
Any ideas?
I need to do a 301 directory redirect in my httpd.conf file but exclude a subdirectory within the directory. Example:
RedirectPermanent /redirect/ http://www.mysite.com/
But I want to exclude this subdirectory /redirect/example/
Any ideas?