chakrellah Posted December 27, 2008 Share Posted December 27, 2008 I have .com oscommerce shop. i want to launch the .us / .fr / .co.uk how can I do that ??? (ofcourse using the same database - as its much easy for me to admin) cheers. Link to comment Share on other sites More sharing options...
♥geoffreywalton Posted December 27, 2008 Share Posted December 27, 2008 Have you thought of setting up 3 shops each one running one language, 1 site with 1 currency and 2 with 2 currencies. All pointing to 1 db holding prices in master currency. Set shops to only display currency appropriate to site. G Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile Virus Threat Scanner My Contributions Basic install answers. Click here for Contributions / Add Ons. UK your site. Site Move. Basic design info. For links mentioned in old answers that are no longer here follow this link Useful Threads. If this post was useful, click the Like This button over there ======>>>>>. Link to comment Share on other sites More sharing options...
wrangler Posted December 27, 2008 Share Posted December 27, 2008 ...or, you can always set the .uk .fr etc sites to point to your main site (using web aliases and/or redirect). Not recommended as google dislikes it, but it's a way to do it. Link to comment Share on other sites More sharing options...
Jack_mcs Posted December 27, 2008 Share Posted December 27, 2008 Google doesn't care if a domain name is redirected as long as it is redirected properly. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
chakrellah Posted December 27, 2008 Author Share Posted December 27, 2008 what do mean by redirected properly. can you give me an example !!! cheers. Link to comment Share on other sites More sharing options...
Jack_mcs Posted December 28, 2008 Share Posted December 28, 2008 "Properly" meaning that a redirect on the server is used as opposed to an html redirect. The redirect should also send back a 301 code for that domain name. Most, if not all, hosts have an option to "part" a domain name. If you can't find it in your control panel, ask your host how to part a domain name. They should be able to help you. Once that is done, the redirect will happen as it should. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
chakrellah Posted December 28, 2008 Author Share Posted December 28, 2008 thanks for the answer, I wrote an email to my host to ask for that. meanwhile, I understood from different post that 301 is the best way to do a proper redirect !! is that right ? So, for instance using .htaccess file with the below code in my-dot-fr-domain Options +FollowSymLinks RewriteEngine on RewriteRule (.*) http://www.my-dot-com-domain.com/$1 [R=301,L] how my-dot-com-domain will understand that the request is coming from my-dot-fr-domain and thus switch automaticly the language + currencies (as defined in the includes/languages/fr.php)? Link to comment Share on other sites More sharing options...
Jack_mcs Posted December 29, 2008 Share Posted December 29, 2008 Yes, that's correct. But you shouldn't have to write the code - let the server handle it. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.