I'm running two stores in magento 1.7 ..
abc.example.com xyz.example.com
abc.example.com is the main store and from where I'm using magento admin panel.
in xyz.example i change index file to Mage::run($mageRunCode,$mageRunType); to Mage::run('xyz_code','xyz.example.com');
but from this I'm redirecting to 404 page. and when i keep first parameter empty like Mage::run('','xyz.example.com'); the web open abc.example.com
any idea what causing that?