And turn “Redirect to Base URL if requested URL doesn’t match it” to “NO” in the admin
It works for me to get to my “newwebsite”, but now I can get to my “base” website! or to other websites!
So how and what to configure for multi websites?
Regards.
Reply
Magento is one of the most innovative and complete e-commerce solutions to implement new generation e-Stores.
Hi, I am on Magento 1.4.0.1
Thanks for this post, I almost lost my hairs on that.
I made that on index.php:
$mageRunCode = isset($_SERVER[’MAGE_RUN_CODE’]) ? $_SERVER[’MAGE_RUN_CODE’] : ‘newbesite’;
$mageRunType = isset($_SERVER[’MAGE_RUN_TYPE’]) ? $_SERVER[’MAGE_RUN_TYPE’] : ‘website’;
And turn “Redirect to Base URL if requested URL doesn’t match it” to “NO” in the admin
It works for me to get to my “newwebsite”, but now I can get to my “base” website! or to other websites!
So how and what to configure for multi websites?
Regards.