Dear Gerome, really thanks so much for your kind reply. I am much clearer now...
While If I only have one domain (such as www.mysite.com), and if I have 3 shops such as shop1, shop2 and shop3, can I access them via shop1.mysite.com, shop2.mysite.com and shop3.mysite.com ?
How can this be accomplished via this module?
Thanks very much in advance.

BTW, I knew the following link is a contribution for osc, while now I much prefered to your MultiSite Module for zencart. And hope some ideas from the below could be of some help for improving your module. :)
http://www.oscommerce.com/community/contributions,1730
(Multi-Stores multiple shop system)

http://forums.oscommerce.com/index.p...pic=70365&st=0
(The thread for discussion of that)

Quote Originally Posted by Gerome View Post
find the file "hosts" in your windows directory (mine is in C:\WINNT\system32\drivers\etc but yours could be somewhere else) and add lines to it in order to make virtual domain names.

you should have this line:
127.0.0.1 localhost
you can add lines like that:
127.0.0.1 site1
127.0.0.1 site2
127.0.0.1 site3

And then you can test your shops.


Hope it helps.