I have 2 domain, 1 is old domain, 1 is new domain
I setup my new site in new domain, but I wish to have the new www.example.com/testing/ redirect to the old domain's folder.
Can it be done? How?
|
|
if you you are running apache you can create a .htaccess file in the directory of the page you wish to redirect and use:
or a RedirectMatch:
|
|||||
|
|
you can should use .htaccess, but if you want you can also use an easy php script :
|
|||
|
|