Redirect a domain name to another domain specific url

dns-zonedomain-nameredirect

Hello guys i am having the domain www.myawesomedomain.com

which i would like to redirect to www.myotherdomain.co.uk/modules-plugins/

I have tried this record:

* WebForward REDIRECT www.myotherdomain.co.uk/modules-plugins/

But it does not seem to work.

Is this possible via DNS Record? If yes how?

Is this possible via URLRewriteFilter?

Best Answer

Make an index.html file in your old domain's root folder with the following content :

<meta HTTP-EQUIV="REFRESH" content="0; url=http://www.myotherdomain.co.uk/modules-plugins/">