deonderd Posted April 10, 2013 Share Posted April 10, 2013 Hi i made 4 shops in my multishop they all use same catalog but in different languages and different TDLS targeting other parts of europe.. FOr german language i first had www.dieteileshop.de (set as main url) and dieteileshop.de now i added the following URLS dieteileshop.ch dieteileshop.at www.dieteileshop.ch www.dieteileshop.at i notoced they all got redirected to www.dieteileshop.de I do not want that.. iwant to have unique URLS for every TDL so i desabled main url on www.dieteileshop.de Situation now..; not one of the 6 URLS is working. What do i need to do? Do i need to do a reset of the apache? or delete a file? to rewrite the URLS Is it mandatory to select a main rul per shop? or should it work the way i configured it .. if yes.. i need to make a seperate shop for every TDL thnx mark Link to comment Share on other sites More sharing options...
Sashok Posted April 18, 2013 Share Posted April 18, 2013 try this: add this to the top of your .htaccess file..ensures www <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTP_HOST} !^www\. RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L] </IfModule> Link to comment Share on other sites More sharing options...
El Patron Posted April 18, 2013 Share Posted April 18, 2013 do not use redirects.... depending on the hosting panel you use: cpanel park new domain to default domain name plesk alias new domain to default domain name other (shared, godaddy for example), point the URL to the PS installation directory Link to comment Share on other sites More sharing options...
deonderd Posted April 18, 2013 Author Share Posted April 18, 2013 (edited) Hi do not use redirects.... depending on the hosting panel you use: cpanel park new domain to default domain name plesk alias new domain to default domain name other (shared, godaddy for example), point the URL to the PS installation directory its not in pleskpanel.. they are pointed to same install directory.. int in multistore from prestashop.. if i make different shops its not a problem.. only its a bit stupid to make so much different shops..if they all use the same catalog.. Just to have the unique TDLs Edited April 18, 2013 by deonderd (see edit history) Link to comment Share on other sites More sharing options...
El Patron Posted April 18, 2013 Share Posted April 18, 2013 Hi its not in pleskpanel.. they are pointed to same install directory.. int in multistore from prestashop.. if i make different shops its not a problem.. only its a bit stupid to make so much different shops..if they all use the same catalog.. Just to have the unique TDLs you orginally asked? i notoced they all got redirected to www.dieteileshop.de I do not want that.. iwant to have unique URLS for every TDL so i desabled main url on www.dieteileshop.de this is what I answered.. as to your other question, you do not need to share products... Link to comment Share on other sites More sharing options...
deonderd Posted April 18, 2013 Author Share Posted April 18, 2013 now i am confused .. yes they got a redirected.. i did not confige it like that.. it just happens if u do the settings as in my printscreens now i made for every tdl a different shop .. they all use the same catalog..only in another language grtz Link to comment Share on other sites More sharing options...
FrenchMaster Posted June 12, 2013 Share Posted June 12, 2013 Hello I have exactly the same problem : 1- Main shop = mainshop at www.mainshop.com 2 - I created shop2 with multishop function. Now I can reach my mainshop at www.mainshop.com Now I can reach shop 2 at www.mainshop.com/shop2 I've bought the domain shop2.com. I am on Cpanel, My mainshop is a companion domain, so it is located at public_html/mainshop/ But the park function is only redirecting to the ROOT (/public_html). It is not possible to choose another directory like public_html/mainshop. What can I do ? If I make a 301 redirection of www.shop2.com to www.mainshop.com/shop2, my browser is showing www.mainshop.com/shop2 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