map $http_host $MAGE_RUN_CODE {
in.phpcodez.com default;
}
map $http_host $MAGE_RUN_TYPE {
in.phpcodez.com store;
}
server {
listen 80;
server_name in.phpcodez.com;
set $MAGE_ROOT /usr/share/nginx/html/phpcodez;
set $MAGE_MODE developer;
include /usr/share/nginx/html/phpcodez/nginx.conf.sample;
}
Tag Archives: Store
creation of multiple stores within the same website – magento
1) From admin panel of your magento site , go to the option “Main Menu” under the top menu “System”
2) Create a new store in the Magento store manager
3) Select a root category for the new store
4) Crate a store view for the new store
5) Update welcome message and logo
2) Create a new store in the Magento store manager
3) Select a root category for the new store
4) Crate a store view for the new store
5) Update welcome message and logo