dailypress

msg:3903151 | 12:41 pm on Apr 29, 2009 (gmt 0) |
what are you trying to achieve by pointing 20-30 domains to one site?
|
Noton

msg:3903156 | 12:43 pm on Apr 29, 2009 (gmt 0) |
You want them all doing 301 redirects to the website, you can use free 301 redirect tools like those from GoDaddy or if your server/hosting allows for this that would be the better option. If you do 301 redirects then your rankings often will increase as the value from the other names are passed to your main site, if you mirror them or 302 then you run into problems, won't go into all the problems as the solution is just to use 301 and you will have no problems. Stephen
|
coopster

msg:3903177 | 12:58 pm on Apr 29, 2009 (gmt 0) |
Agree, 301 redirection. | So if I want to have 20 more mirror domains will I need seperate hosting for each domain? |
| In a word, yes. You cannot perform a permanent redirect from the DNS zone file and "mask" the url as they say. In order for permanent redirection the request must travel beyond the name server to the http server where the host container resides for each domain. You can lump them all in one virtual host container by using a ServerAlias directive. Inside that virtual host container you redirect to the canonical domain. | what are you trying to achieve by pointing 20-30 domains to one site? |
| Likely name-branding on the TLD (.com, .net, .org, etc) and/or variations of brand name in the domain label itself, perhaps full company name, company initials, etc. Nothing is free :) The "free" service at GoDaddy only exists if you register the domain name(s) there. At that point, GoDaddy has the http service available to perform your redirection.
|
physics

msg:3903347 | 4:44 pm on Apr 29, 2009 (gmt 0) |
If you have a dedicated or VPS server for the main site with apache then it's pretty easy to just point all the domains at the server and then 301 redirect them in httpd.conf.
|
crabster2

msg:3903424 | 5:53 pm on Apr 29, 2009 (gmt 0) |
Thanks for the replies. The reason for wanting 20+ is as coopster says, tlds and different name combinations etc. So to clarify, if I register all the new domains with godaddy there will be an option within the godaddy account to have all the domains point to my site that is hosted with hosting company? And this will be available without the need for hosting for each new domain? Is using the 301 method the same as an alias? As that is what I currently have with the extra domain? Or is it complexly different? Thanks again for your help!
|
|