The only changes you have to do which is not given in this video is as follows
Open the index.php file that you have copied to new folder
find the below line:
$mageRunCode = isset($_SERVER['MAGE_RUN_CODE']) ? $_SERVER['MAGE_RUN_CODE'] : '';
Replace this line by
$mageRunCode = isset($_SERVER['MAGE_RUN_CODE']) ? $_SERVER['MAGE_RUN_CODE'] : 'shoestore';
It will automatically take the MageRunCode of shoestore
Similaarly find the following line:
$mageRunType = isset($_SERVER['MAGE_RUN_TYPE']) ? $_SERVER['MAGE_RUN_TYPE'] : '';
Replace this line by
$mageRunType = isset($_SERVER['MAGE_RUN_TYPE']) ? $_SERVER['MAGE_RUN_TYPE'] : 'store';
Save the changes and refresh the index.php file in browser
You are done with Multistore in magento
Start your Ecommerce website at just Rs .10000
Contact : Renderindia Infotech Bangalore
Bangalore Branch Office
110 , 5th cross, ITPL main road , Kundanhalli Colony
Bangalore :- 560037.
Mobile no :- 91-8123481528 (Ashish Khadpe)
Mobile no :- 91-9769941316 (Rehan Sheikh)
No comments:
Post a Comment