Skip to content

Store Rerdirection Issue in Magento 247

I have created two websites and mapped the base URL of both the websites but for both the websites the issue is getting created that it is automatically redirecting to the default store.
enter image description here

But whenever I am opening Mumbai(mumbai.magento247p8.com) or Delhi(delhi.magento247p8.com) store it is redirecting to default URL http://magento247p8.com/

enter image description here

in wondows hosts file ihave added:

127.0.0.1 magento247p8.com
127.0.0.1 mumbai.magento247p8.com
127.0.0.1 delhi.magento247p8.com

and httpd-vhosts.conf file have
<VirtualHost *:80>
DocumentRoot “D:/xampp82/htdocs/magento247p8/pub”
ServerName magento247p8.com

<VirtualHost *:80>
DocumentRoot “D:/xampp82/htdocs/magento247p8/pub”
ServerName mumbai.magento247p8.com

<VirtualHost *:80>
DocumentRoot “D:/xampp82/htdocs/magento247p8/pub”
ServerName delhi.magento247p8.com

Still it’s redirecting to the default store which is magento247p8.com