All,
I have been researching on this for the past 2 hours and haven't found a solution.
Here is my issue. 
I want to redirect http://maxim-toastmaster.com to http://www.esalton.com
This is what I have tried so far:

1.
<VirtualHost *:80>
  ServerName maxim-toastmaster.com
  RedirectMatch permanent ^/$ http://www.esalton.com/
</VirtualHost>

2.
<VirtualHost *:80>
  ServerName maxim-toastmaster.com
  Redirect permanent / http://www.esalton.com/
</VirtualHost>

3.
Redirect /maxim-toastmaster.com http://www.esalton.com/

None of these options worked.

I am sure many people have asked this question and answered them, but these are the answers I found and implemented them and they didn't work.
Appreciate your help.

Thanks

-Mukarram Syed.


Bring words and photos together (easily) with
PhotoMail - it's free and works with your Yahoo! Mail.

Reply via email to