Hi, I am sure this question has been raised before, but I am not able to find an answer specific to my problem. On the Test box, in the httpd.conf file I am successfully able to do the following: <VirtualHost *:80> ServerName pan.eci.mgn-us.net Redirect / http://staging.esalton.com/ </VirtualHost> This works. I can go to http://pan.eci.mgn-us.net/ and it will redirect it to http://staging.esalton.com/ What I am not able to do is on Production: <VirtualHost *:80> ServerName esalton.com ServerAlias www.esalton.com Redirect / http://www.esalton.com/ </VirtualHost> Also on Test, the ssl.conf file does not work. I would like to redirect https://pan.eci.mgn-us.net/ to https://staging.esalton.com/ Can anyone help? I have tried RedirectMatch ^/$ http://staging.esalton.com/ which does not work as well. Any ideas would be appreciated. Thanks -Mukarram. Mukarram Syed muksyed@xxxxxxxxx __________________________________ Yahoo! Music Unlimited Access over 1 million songs. Try it free. http://music.yahoo.com/unlimited/ --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx