tags:

views:

30

answers:

2

i have installed magento 1.4 on live server now i want to create my online multi store .can any body tell me how can i do it..to make my multi store live on server....thanks

A: 

First create website/store/store views structure in Admin/Manage Stores Then for each website server (or if the websites are under the main url like www.test.com/website1) create directory website1 on the server, copy to it .htaccess and index.php file. In the index.php change last line Mage::run('WEBSITE1CODE','website');

macki