Best way to point 2 domain names to a site
Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: Web Design Discussion
Forum Description: Discussion on web design and development subjects.
URL: https://forums.webwiz.net/forum_posts.asp?TID=25560
Printed Date: 28 March 2026 at 9:03am Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com
Topic: Best way to point 2 domain names to a site
Posted By: billd3
Subject: Best way to point 2 domain names to a site
Date Posted: 07 April 2008 at 3:27pm
If this is in the wrong area, please feel free to correct the situation.
I want to be found via the "search engines" so don't want to do anything Google will frown on. We've got our forums and main domain name now. We've got another domain name, and we'd like folks who use that domain to also end up at our forum - the same forum. I've heard that pointing two domain names to the exact same place nets you penalties. I've heard that a redirect is the best way. http://theamcforum.com points to our site, then the usual /forum/ gets you to the forum. We'd also like another name to get folks there. Hows' the best way to handle this? Suggestions, thoughts, real life example? If a redirect is the BEST way, how should that be done? What do I need to do? Right now, we own the 2nd domain name and it points to nowhere.
------------- BillD
http://theamcpages.com
http://theamcforum.com
|
Replies:
Posted By: WebWiz-Bruce
Date Posted: 07 April 2008 at 3:35pm
There are many ways to do this and many depend on what tools your web host previde.
You could setup an aliases were by the secound domain takes on all the settings including email of the mail domain name. However, google don't tend to like multiple URL's pointing to the same content.
Another thing you can do is create a new web site then use ASP to redirect it, there are a few ways to do this either with a object moved or an object pertinently moved header, I would go for the latter.
Another way to do this is to use the redirect built into the Windows IIS server, you can use this to redirect to an exact URL like theamcforum.com or have it so that if someone types in:-
theothersite.com/mypage.htm
It would redirect to:-
theamcforum.com/mypage.htm
------------- https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting
|
Posted By: 123Simples
Date Posted: 07 April 2008 at 3:35pm
I had a chat with someone about this myself a while back, and they seemed to suggest that it was a good idea to have say two hosts and host one site with one, the other site with the other. At one point I had 5 sites all under one host, and I transferred over to Web Wiz and now have two sites here
I personally dont see a problem though with a few sites under one host, and google only really frown on how a site uses keywords to attract "hits". I would think its perfectly acceptable to say set up this new domain name like an advertising page perhaps, and then host links on it to your other sites
------------- http://www.123simples.com/" rel="nofollow - Visit 123 Simples Web Design
|
Posted By: billd3
Date Posted: 07 April 2008 at 4:42pm
LOL - well, Bruce, you are the host.
currently, http://theamcforum.com
We also want www.theramblerforum.com to get folks there.............
(it's currently managed in the same place theamcforum.com is....... you may have seen it Saturday morning)
If a redirect is best, we'll do that. I just don't want to lose standing in the searches, etc. Whatever is best, easiest, etc. without end up putting us as number 200 in Google. We're not doing too badly at this time. Lots of new folks coming in. Several every week join. If you suggest an IIS way of getting there as best, that's ok. I'd also rather not deal with a different host......... been there, done that.
------------- BillD
http://theamcpages.com
http://theamcforum.com
|
Posted By: billd3
Date Posted: 07 April 2008 at 4:48pm
A thought........... have www.theramblerforum.com point to a different folder, have a very similar page there, which links to the SAME forum. We have http://theamcforum.com/index.asp which is our intro or home page, then that links to http://theamcforum.com/forum/default.asp So have the new domain point to a different folder with a similar page, and have that index.asp them point also to http://theamcforum.com/forum/default.asp
Am I thinking correctly??
------------- BillD
http://theamcpages.com
http://theamcforum.com
|
Posted By: WebWiz-Bruce
Date Posted: 07 April 2008 at 5:16pm
Probably best to open up a support ticket on this so we can workout the best solution for you, as you can create sites in your Helm Control Panel and then set them up as a redirect to another URL on another site, this can be an exact URL or you can have it so that it keeps any page names etc.
------------- https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting
|
Posted By: billd3
Date Posted: 07 April 2008 at 5:31pm
Will do. Sounds good.
------------- BillD
http://theamcpages.com
http://theamcforum.com
|
Posted By: dngee
Date Posted: 15 July 2008 at 11:05pm
|
Google themselves recommend a 301 redirect via .htaccess file.
|
Posted By: WebWiz-Bruce
Date Posted: 16 July 2008 at 8:29am
.htaccess files work on Linux servers rather than Windows.
To do a 301 permanently moved redirect on Windows you can use ASP instead with the following code
Response.Status = "301 Moved Permanently" Response.AddHeader "Location", "new_page_location.htm" Response.End
|
------------- https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting
|
Posted By: AlexAcosta
Date Posted: 10 February 2009 at 10:19pm
dngee wrote:
Google themselves recommend a 301 redirect via .htaccess file.
|
thats the best way to keep the rankings but you will also need to redirect each post to the new location of the post. I've never did that before but seems a bit difficult if you have a big forum.
------------- http://www.watchmeboy.com" rel="no follow - Alex Acosta .
|
|