Forum Moderators: phranque

Message Too Old, No Replies

Domain redirect

         

Starseed

6:46 am on Mar 17, 2003 (gmt 0)

10+ Year Member



I was wondering if someone could recommend the best way to have a domain redirect to another without a negative effect search engine wise. I have a .com domain and registered the .net to match and would like to have the .net go to the .com. I don't want it to be viewed by the engines as a mirror of the .com though.

Marcia

6:52 am on Mar 17, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome to WebmasterWorld, starseed. Here's a step by step tutorial that you'll find extremely helpful:

Redirecting URLs on an Apache Server [webmasterworld.com]

Starseed

7:39 am on Mar 17, 2003 (gmt 0)

10+ Year Member



Thanks for the lead, but I'm still a bit unclear. Can anyone provide a specific example of how to redirect [yoursite.net...] to [yoursite.com?...] I am currently using a pointer, but I am unsure how the search engines will see this. Will they see it as two sites with duplicate content? Thanks in advance for the patience and help.

incywincy

7:56 am on Mar 17, 2003 (gmt 0)

10+ Year Member



in the www.yoursite.net block of the httpd.conf file you could insert the following line:

RewriteRule ^/(.*)$ [yoursite.com...] [R=301]

this is a permanent redirect and as such you shouldn't suffer from any duplicate content issues.

however i am not an apache expert so maybe someone could confirm this

riley coyote

4:05 pm on Mar 17, 2003 (gmt 0)

10+ Year Member



-->>Redirecting URLs on an Apache Server

Is there information for this on a NT server?

DaveAtIFG

5:15 pm on Mar 17, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



There's a pretty informative thread here [webmasterworld.com] about IIS redirects. If that doesn't do it, try this search [alltheweb.com].