Jump to content

Multistore 2nd store redirects to main store


Recommended Posts

Hello 

I followed along to the help listed here but still it redirects to the 1st store

 

 

OK, I solved it. The problems was that entering web page without www was not lunching multistore script, the solution was to add:

RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]

just after

<IfModule mod_rewrite.c>
<IfModule mod_env.c>
SetEnv HTTP_MOD_REWRITE On
</IfModule>

RewriteEngine on

More information about this problem

 

 

 

 

I have added this text as shown to the htaccess file

But still have the problem

first shop works both www and without www used (example - http://petersmith com and http://www.petersmith com) 

Second shop only works when the same url name is written in the multishop url

See enclosed photo

so on this example the second shop has (http://www.alej.......com) 

but without www it does not work (http://aleja........com

should i post the htaccess file ??

 

what i would like to get working is both www and without www to work 

site 1 - BOTH of these work

http://www.aurak.....com

http://aurak....com 

 

site 2 - only the http://www is working currently

http://www.aleja.....com

http://aleja...com  (This redirects to 1st shop)

 

 

Any ideas on how to get this to work as needed...

 

Thanks

 

 

Multishop help.JPG

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...