Best not to do 302 redirects. Generally 301's are better. Permanent redirects transfer google pr and link text value. 302's don't.
302's often mean that if a links to b, a gets cached by Google showing b's content. So must be used with caution. From: [email protected] [mailto:[email protected]] On Behalf Of lenz Sent: Wednesday, 6 May 2009 3:02 p.m. To: [email protected] Subject: [phpug] Re: point one domain to another just do a 302 redirect from domaina -> domainb. this can be done with: - .htaccess - frontend loadbalancer - php/perl/python/... - ... cheers lenz On Wed, May 6, 2009 at 2:31 PM, Michael Brandon-SearchMasters <[email protected]> wrote: This is able to be done by merely parking one domain on top of another - apache/cpanel/whm etc But it is suicide from an SEO perspective - need to robots.txt for one of the domains (able to use different robots.txt's using htaccess) - or have one of the sites private/password protected etc Kind Regards Michael Michael Brandon Search Engine Mastery Getting you to the top of the Search Engines http://www.SearchMasters.co.nz Ph: 09 8132307, Mob: 021 728889, Skype: SearchMasters -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of ctx2002 Sent: Wednesday, 6 May 2009 2:12 p.m. To: NZ PHP Users Group Subject: [phpug] point one domain to another Hi: I need to point one domain to another one. so every time a person comes to www.domainA.com, it actually points to www.domainB.com i also want www.domainA.com shows up in browser's address bar. regards, anru -- iWantMyName.com painless domain registration (finally) --~--~---------~--~----~------------~-------~--~----~ NZ PHP Users Group: http://groups.google.com/group/nzphpug To post, send email to [email protected] To unsubscribe, send email to [email protected] -~----------~----~----~----~------~----~------~--~---
