Hi all,
I'd like to redirect any requests from one subdomain to another, basically just replacing the sundomain1 part of the URL with subdomain2
Eg;
If a user tries to access
http://subdomain1.myhost.com/test/page1.php
It will direct them to
http://subdomain2.myhost.com/test/page1.php
Any help would be appreciated.
Thank you