giuliopowa Posted February 28, 2014 Share Posted February 28, 2014 (edited) hi, my website prestashop is a multishop, i have 2 domain www.etnikaslog.si and www.etnikaslog.com. the .com pointing to the server folder called "privati". In fact, if you write www.etnikaslog.com , immediately goes to www.etnikaslog.si/privati . it is possible that it stays in .com ???for example if i want click to " chi siamo " , now the url is http://www.etnikaslo...nt/12-chi-siamo , but i want thishttp://www.etnikaslo...ent/4-chi-siamo Edited March 24, 2014 by giuliopowa (see edit history) Link to comment Share on other sites More sharing options...
giuliopowa Posted March 18, 2014 Author Share Posted March 18, 2014 nothing? Link to comment Share on other sites More sharing options...
inweb Posted March 23, 2014 Share Posted March 23, 2014 You can do it by changing the root folder of the domain in cPanel or try to put the following to your .htaccess file: RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{HTTP_HOST} ^(.*)etnikaslog.com$ RewriteRule ^(.*)$ privati/$1 [L] You will also need to change your domain virtual_uri ("/") in ps_shop table to reflect the new virtual location (www.etnikaslog.com). Link to comment Share on other sites More sharing options...
giuliopowa Posted March 24, 2014 Author Share Posted March 24, 2014 i solved whit this http://www.prestashop.com/forums/topic/307353-url-multinegozio/?do=findComment&comment=1603635 Link to comment Share on other sites More sharing options...
Recommended Posts