Computer Related > Pointing web address to another site Miscellaneous
Thread Author: Dave Replies: 2

 Pointing web address to another site - car4play
You really want Google to index the one site, mainly so that your stats don't get confused with different domains. So what you DON'T want is to either :
1) duplicate the site - that's a lot of work for nothing
2) be able to browse the one site under different domains.

What you do want is to REDIRECT the new domain to your existing site. The easiest is to make a page for the new domain and perform a PERMANENT redirection to your existing site. (This is a 301 redirection - see en.wikipedia.org/wiki/URL_redirection for example).

You can do a redirection using one of the methods from here:

www.somacon.com/p145.php

On this site we do a php header redirect to

www.car4play.com

from domain hosts such as

car4play.com
www.car4play.net, co.uk, org etc.

On our server we do this easily by using Apache web server virtual hosting to point all these extra domains to a directory on the server where a single index.php script picks out the incoming host and redirects to the appropriate site.



 Messages Author Date
 Pointing web address to another site new Dave 10 Jul 10 17:42
 Pointing web address to another site new smokie 12 Jul 10 08:31
 Pointing web address to another site new car4play 12 Jul 10 11:10
Latest Forum Posts