Forum Moderators: open
This would just be a pointer to our .com site using the feature they have in cpanel.
If i was to submit this url to google.co.uk would they punish us? We are listed on google.com but google.co.uk wont give out our results even though we only offer services to uk people.
I have read conflicting responses so was really after a definate solution (if there is one) or experiences of two domains used in this way.
cheers
Or, maybe not. If almost all his business is UK customers, this might be good. However, if his target market is more international, then the .com makes more sense.
for the old .com domain in my htaccess i would add the following line:
redirect 301 / [mydomain.co.uk...]
is this correct? also what if someone requests... [mydomain.com...] would that redirect to [mydomain.co.uk...] or just the root as specified in the htaccess?
also are .co.uk and .com domains treated equally in a google.com search?
:)
for the old .com domain in my htaccess i would add the following line:redirect 301 / [mydomain.co.uk...]
This will only work if you have a separate .htaccess file (a separate host) for your two domains. If they are both hosted on the same server, you will need to use mod_rewrite.
A recent thread [webmasterworld.com]
Jim
.htaccess is the "container" file which may include mod_rewrite or Redirect directives.
If you have separate server space for each domain, then either will do, but Redirect is simpler.
For more info and links to the Apache documentation, see this Introduction to mod_rewrite [webmasterworld.com] thread.
BTW, Welcome to WebmasterWorld [webmasterworld.com]!
HTH,
Jim