3.1 Multi-stores setup

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
10 years ago
I am building an ecom website for an international brand. I need help on how to setup multiple sites in nop 3.1.

The challenge is that the URLs will have to be setup like this:

company.com/uk
company.com/us
company.com/fr
company.com/ca

From what I know, multi-site is supported on a host level with the use of cname. But in my case, I have to keep this sub-directory structure that is inherited from the legacy sites.

I have company.com all setup in nop 3.1 and it is working awesome. But when I tried setting up virtual directory for the other regions, I got the 500 server error.

Can anyone tell me whether or not this setup is possible? Please advise.

Thank you much!
10 years ago
Please see this post of mine (read P.S.)
10 years ago
Thank you for the response. It is unfortunate that this is not possible. Would you recommend any alternative solution?

I am not too familiar how httphost draw distinction. Would nop multi-stores work with sub-domain?

us.company.com
uk.company.com
de.company.com
10 years ago
opeppyo wrote:
Thank you for the response. It is unfortunate that this is not possible. Would you recommend any alternative solution?

I am not too familiar how httphost draw distinction. Would nop multi-stores work with sub-domain?

us.company.com
uk.company.com
de.company.com



This works with sub-domains perfectly. This is how we are doing it and I have 3 stores running in Dev just for testing.

ws_1.mystore.int
ws_2.mystore.int
ws_3.mystore.int

of course, the mystore.int is just an internal mapping, and doesn't show up to the outside world, but with cname records its easy to map as many stores as we want, one per subdomain.

Good luck!
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.