Jump to content

[SOLVED] URL Multistore


Recommended Posts

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 by giuliopowa (see edit history)
Link to comment
Share on other sites

  • 3 weeks later...

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

×
×
  • Create New...