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?
feedback
|
This question came from our site for professional and enthusiast programmers.
|
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:
| |||||
feedback
|
|
you can should use .htaccess, but if you want you can also use an easy php script :
| |||
|
feedback
|