Tech Support Guy banner

Redirect

1211 Views 4 Replies 3 Participants Last post by  Eriksrocks
Some morons running my affiliated website forgot to change my link URL when I moved servers.

Is there a way I can make a page redirect immediately to another page?

Thanks

PS:
Do you think the Google spiders will see no difference in the redirection? Would they be able to pick up my page?
Status
Not open for further replies.
1 - 2 of 5 Posts
Don't use META tags, use just a little .htaccess code.

Put this in a file called .htaccess and put that in your root directory.
Code:
Redirect /olddirectory/oldfile.html http://yoursite.com/newdirectory/newfile.html
With META tags the redirect page will be indexed and NOT the page it is redirecting to.
1 - 2 of 5 Posts
Status
Not open for further replies.
Top