#1 (permalink)  
Old 12-05-2004, 04:14 PM
Registered User
 
Join Date: Dec 2004
Posts: 13
zaggs is on a distinguished road
Urgent help needed.....

Hi Guys,
I need to create a script to allow me to park multiple domains on one account. I know that you can do this from the admin in cPanel, but I need to automate the process for my users. Is there any script that are available that do this, or any tutorials of this type..

Thanks in advance..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 12-05-2004, 10:17 PM
hostmedic's Avatar
Registered User
 
Join Date: Apr 2003
Location: Washington Court House, Ohio
Posts: 506
hostmedic is on a distinguished road
Post Dont Know if possible but Keep this in mind

I have been looking for this also -
I have asked a few times in the past and have been told - its not made - or not possible from Cpanel. (everything is possible - its just finding the way... )



When you do find the way - or if you park each using the Control panel --- Keep SEO in mind...

When a website has tons of domains - the search engines (when they pick up on this) may consider you to be spamming them - trying to trick them --- and thus drop you from their registries completely...

There is a solution however --- hope this helps you if and when someone does create this script...


use server control methods to automatically redirect all requests for pages in the duplicate domains to the URL in your primary domain name. The server must return a "301 Moved Permanently" result code in order for the search engines to properly assign the link popularity and to update their internal records of the page's true URL and to stave off any penalties.

Websites running on hosts that use the Apache server software (like Cpanel) have it easier in this regard because they can control this problem on their own using the .htaccess control file. Just create a simple text file named ".htaccess" with no filename extension, and insert the following command:

RewriteEngine On
RewriteCond %{HTTP_HOST} ^(www.?)yourduplicatesite.com$
RewriteRule ^(.*)$ http://www.yourmainsite.com/$1 [R=301,L]


Simply replace "yourmainsite.com" in the above code with your primary website's domain name and "duplicatesite.com" with the name of your duplicate domain.



-- Not to forget those Windows Users:

This is possible also on the Microsoft IIS Server - however the system admin will need to make sure the server returns the redirecting result code #301 or everything will be for naught.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 05-01-2007, 12:31 AM
Registered User
 
Join Date: May 2007
Location: Niagara, Canada
Posts: 1
d.shak is on a distinguished road
Thumbs up Multiple Domain Parking

The following thread on this forum seems to be the most useful in developing a solution for allowing you to park multiple domains:
Parking multiple domains

Regards,
Daniel Shakhmundes, B.Sc.
Consultant, Dot Connect

Last edited by d.shak; 05-01-2007 at 12:35 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 08:24 AM.


Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
© cPanel Inc