I got windows server 2008 r2 standard virtual server with godaddy.
I have magento community 1.6.1.0 deployed under IIS 7.5 and it is working fine.
I tried to follow this link to use one backend to manage multiple website
http://www.magentocommerce.com/knowledge-base/entry/overview-how-multiple-websites-stores-work
I have created a foolder in the same level as the base magento install folder copy index.php and .htaccess file here, modify index.php to Mage::run(’mysite1’, ‘website’); create a new website in IIS and pointed to this folder configure the web tab for the scoop of this new website to configure the base url and secure base url
problem is that when i visit the new domain, it always redirect to the base website the default magento store.
i did a bit search, some post said “redirect to base url option”, but it is nowhere to be found. i also tried to set “Auto-redirect to Base URL” to no, but it is not helping.
can anyone help me out of this?
thanks