I have a redirect rule in one of the apache configuration files that apache doesn't follow.
from httpd.conf (direct to seniorhousingnet.conf conf file):
<VirtualHost web1:80>
Include conf/seniorhousingnet.conf
Rule in seniorhousingnet.conf file:
seniorhousingnet.conf
RewriteRule ^/$
http://qa1.seniorhousingnet.com/seniors/ [R=301,L]
Doesn't rewrite the URL to this new one?
This used to work before we moved the server to another subnet : (
Anyone got any ideas about this....Thxs