adamus007p Posted February 6, 2011 Share Posted February 6, 2011 hi there it is possible to use different global domains likede >> I would like to redirect to German language shopfr >> I would like to redirect to French language shopcom >> I would like to redirect to English language shopwhen someone will write in google.de and will find my shopmy_shop.de I would like to redirect it to German languagewithout google, when someone will write URL: my_shop.de it would able to see German languagewhat happen later when someone will click on some link it would see my_shop.com/lang-de/something ?how to connects global domains with prestashopWill it increase SEO (using diffrent global domains: de, fr, com etc)? 1 Link to comment Share on other sites More sharing options...
Cost Tamers Posted February 6, 2011 Share Posted February 6, 2011 Sure you can, you will have to register the domains first, then have them redirected. Link to comment Share on other sites More sharing options...
adamus007p Posted February 6, 2011 Author Share Posted February 6, 2011 it is possible to useinstead ofhttp://www.my_site.com/lang-de/some-productuse http://www.my_site.com.de/some-productwithout to create separate shop for different languages Link to comment Share on other sites More sharing options...
Cost Tamers Posted February 7, 2011 Share Posted February 7, 2011 Of course, you will just have to register your domain in de. Or France, fr? I think.And then just have it forwarded to the original. Link to comment Share on other sites More sharing options...
adamus007p Posted February 7, 2011 Author Share Posted February 7, 2011 fr - FranceI would like to register de, com, feAnd then just have it forwarded to the original.how to make it? Link to comment Share on other sites More sharing options...
Cost Tamers Posted February 7, 2011 Share Posted February 7, 2011 http://www.europeregistry.com/domains/domains-de.htmhttp://www.marcaria.com/register/domain/domain_registration.asp?country=Germany&gclid=COiO09aG9qYCFcZw5QodT3jtBwhttp://www.europeregistry.com/domains/domains-fr.htm?gclid=CLCY3oGH9qYCFUmo4AodkHg4IAhttp://www.marcaria.com/register/domain/domain_registration.asp?country=france&gclid=COnf2oSH9qYCFVFx5Qodk1m5BA Link to comment Share on other sites More sharing options...
adamus007p Posted February 7, 2011 Author Share Posted February 7, 2011 I know how to buy domains, I though about how to connect it with prestashop Link to comment Share on other sites More sharing options...
Cost Tamers Posted February 7, 2011 Share Posted February 7, 2011 You will have to have you prestashop installed on a server. Then when you buy a domain name, have it forwarded to the original site. Link to comment Share on other sites More sharing options...
adamus007p Posted February 16, 2011 Author Share Posted February 16, 2011 how to redicored przestashop.COM to English languageprzestashop.DE to German languageprzestashop.FR to French languageI can't find any modules or modification.use htaccess?I have found some idea from here: http://corz.org/serv/tricks/htaccess2.phpmultiple domains in one rootIf you are in the unfortunate position of having your sites living on a host that doesn't support multiple domains, you may be forced to roll your own with .htaccess and mod_rewrite. So long as your physical directory structure is well thought-out, this is fairly simple to achieve.For example, let's say we have two domains, pointing at a single hosted root; domain-one.com and domain-two.com. In our web server root, we simply create a folder for each domain, perhaps one/, and two/ then in our main (root) .htaccess, rewrite all incoming requests, like this.. All requests NOT already rewritten into these folders, transparently rewrite.. #two domains served from one root.. RewriteCond %{HTTP_HOST} domain-one.com RewriteCond %{REQUEST_URI} !^/one RewriteRule ^(.*)$ one/$1 [L] RewriteCond %{HTTP_HOST} domain-two.com RewriteCond %{REQUEST_URI} !^two RewriteRule ^(.*)$ two/$1 [L]All requests for the host domain-one.com are rewritten (not R=redirected) to the one/ directory, so long as they haven't already been rewritten there (the second RewriteCond). Same story for domain-two.com. Note the inconsistency in the RewriteCond statement; !^/dir-name and !^dir-name should both work fine.Also note, with such a simple domain & folder naming scheme, you could easily merge these two rule sets together. This would be unlikely in the real world though, which is why I left them separate; but still, worth noting.Other general settings and php directives can also go in this root .htaccess file, though if you have any further rewrite you'd like to perform; short URL's, htm to php conversion and what-not; it's probably easier and clearer to do those inside the sub-directory's .htaccess files. Link to comment Share on other sites More sharing options...
adamus007p Posted February 16, 2011 Author Share Posted February 16, 2011 till no I had created:RewriteEngine onRewriteCond %{HTTP_HOST} ^www.my_site.de$ [or]RewriteCond %{HTTP_HOST} ^my_site.com$ [or]RewriteCond %{HTTP_HOST} ^my_site.de$RewriteRule ^(.*)$ http://www.my_site.com/$1 [R=301,L]is this corrected?is it possible to use htaccess to do what I want? Link to comment Share on other sites More sharing options...
adamus007p Posted February 16, 2011 Author Share Posted February 16, 2011 Clicking on En flag I would like to have English language and my_site.comClicking on De flag I would like to have German language and my_site.deregards to SEO:I don't want to have a duplication of shop, but use my domains Link to comment Share on other sites More sharing options...
adamus007p Posted March 19, 2011 Author Share Posted March 19, 2011 http://www.prestashop.com/forums/viewthread/87256/development/solved_chosing_language_by_domain_and_not_by_cookie/I am wondering if this solution will works.How it refer to robots, .htaccess, sitemap and canonical links(module) ?I think that there are necessery changes in robots, .htaccess, sitemap and canonical links(module).Here I founded other soluction:http://prestaportal.com/thread-657.htmlThere is regards brand 1.3.x what happen in 1,4 ? Link to comment Share on other sites More sharing options...
healthcarereview Posted March 24, 2011 Share Posted March 24, 2011 anyone who can tell which domain is best to use?thanks!!! Link to comment Share on other sites More sharing options...
adamus007p Posted March 25, 2011 Author Share Posted March 25, 2011 it depends of your market range - country and language Link to comment Share on other sites More sharing options...
El Patron Posted March 26, 2012 Share Posted March 26, 2012 hi there it is possible to use different global domains like de >> I would like to redirect to German language shop fr >> I would like to redirect to French language shop com >> I would like to redirect to English language shop when someone will write in google.de and will find my shop my_shop.de I would like to redirect it to German language without google, when someone will write URL: my_shop.de it would able to see German language what happen later when someone will click on some link it would see my_shop.com/lang-de/something ? how to connects global domains with prestashop Will it increase SEO (using diffrent global domains: de, fr, com etc)? Hi, we are currently testing our beta module for 1.4.x that supports mutiple ccTld's on a single PrestaShop installation. See my thread HERE. We have successfully tested the module using domain aliasing. We are now investigating alternative methods to 'forward' our ccTld's to the root prestashop. Testing 302 re-directs, DO NOT USE 301's when you are using a single site in a multiple ccTld's schema. as for suggestions that one simply forward their ccTld's to prestashop as a solution, the problem is that ps changes the url to that of the base core... Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now