DotDragnet
May 24, 2012, 02:27:23 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: follow us on twitter @dotdragnet
 
   Home   Help Search Login Register  
Pages: [1]   Go Down
  Print  
Author Topic: Parking Domains  (Read 1891 times)
Barney McGrew
Sr. Member
****
Posts: 257


Resident Firefighter


View Profile WWW Awards
« on: September 28, 2007, 11:04:42 PM »

I currently have several domain names all pointing to one site via the control panel at 123 Reg. However, my host allows me to park domains which as far as I can see allows me to do the same but by changing the Nameservers within 123.

What are the advantages over parking domains on your hosting account as opposed to just using a redirection from 123 Reg ?
Logged
Mr Anderson
DDN Contribs
Hero Member
*****
Posts: 2267



ap4a.uk ap4a
View Profile WWW Awards
« Reply #1 on: September 29, 2007, 12:23:14 AM »

What kind of redirect is 123 reg doing?

If it's a frames-based one then anything is better.

Parking the domain properly and using mod_rewrite to redirect it allows all traffic to be presented with the same final destination domain, rather than having multiple 'versions'. It also means that you don't get penalised by search engines for duplicate content, nor do you suffer having PR split across those domains.

To use mod_rewrite:
Code:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^(.*)seconddomain\.com
RewriteRule ^(.*) http://www.maindomain.com/$1 [R=301,L]

The domain names would be changed and that then entered into your htaccess file in the root of your site.
Logged

Barney McGrew
Sr. Member
****
Posts: 257


Resident Firefighter


View Profile WWW Awards
« Reply #2 on: September 29, 2007, 10:33:21 PM »

They do both framed and non framed. I tried adding one to my list by parking it with my host and then changing the Nameservers as requested. The domain works better as the whole site just works the same as my original domain.
Logged
Mr Anderson
DDN Contribs
Hero Member
*****
Posts: 2267



ap4a.uk ap4a
View Profile WWW Awards
« Reply #3 on: September 30, 2007, 03:11:32 PM »

They do both framed and non framed. I tried adding one to my list by parking it with my host and then changing the Nameservers as requested. The domain works better as the whole site just works the same as my original domain.

Make sure you do the redirect on the second domain too, as if the site is accessible via two different domains you could get a duplicate content penalty from Google.
Logged

Barney McGrew
Sr. Member
****
Posts: 257


Resident Firefighter


View Profile WWW Awards
« Reply #4 on: September 30, 2007, 08:48:51 PM »

I am not sure what you mean. I have set up inferno999.co.uk as a parked domain to fireservice.co.uk, is this duplicating ?
Logged
Mr Anderson
DDN Contribs
Hero Member
*****
Posts: 2267



ap4a.uk ap4a
View Profile WWW Awards
« Reply #5 on: September 30, 2007, 09:18:01 PM »

I am not sure what you mean. I have set up inferno999.co.uk as a parked domain to fireservice.co.uk, is this duplicating ?

Yes, as the same content is available from 2 different domains. The search engines won't care that it's all on the same hosting account, it'll still be seen as a duplicate - hence the need to redirect all traffic going to one domain onto the other.
Logged

Pages: [1]   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF | SMF © 2006-2008, Simple Machines Valid XHTML 1.0! Valid CSS!