Forum Moderators: open

Message Too Old, No Replies

how to redirect old page to new page with different domain?

to keep the current ranking

         

mms19

3:03 am on Jul 16, 2003 (gmt 0)

10+ Year Member



My site is hosted on IIS of Windows. One of my old pages, say www.abc.com/old.htm, which is ranking well in search engines, will be moved to a new page in different domain, say www.xyz.com/new.htm.

I need to keep some pages in the old domain, so setting the 301 redirect will move all the traffic to the old domain to new domain, which is not what I want to.

How can I set in IIS or the old.htm that the traffic will be redirected from www.abc.com/old.htm to www.xyz.com/new.htm and keep the ranking?

Thank you.

[edited by: pageoneresults at 3:47 am (utc) on July 16, 2003]
[edit reason] Delinked examples. [/edit]

bilalak

10:42 am on Jul 16, 2003 (gmt 0)

10+ Year Member



There is redirection ISAPI for IIS

Search on google

peewhy

10:59 am on Jul 16, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Have you thought about this?
<META HTTP-EQUIV="refresh" CONTENT="0; url=http://www.newdomain.com">

Just a thought :)

bilalak

11:17 am on Jul 16, 2003 (gmt 0)

10+ Year Member



I think he need a redirection on a file basis.
domain.ext/oldfile => newdomain.ext/anotherfile

This needs a redirection on the server and can not be done with an HTTP refresh or Javascript redirection.

mms19

8:34 am on Jul 18, 2003 (gmt 0)

10+ Year Member



So, how can I make the redirection based on file? Can setting the ISAPI work?

Thank you.