Setting up multiple websites or stores with Magento
There are many tutorials how Magento set to work with several branches in different domains and save at any point. Since the release of Magento and Magento beta1 CE 1.4.0.0 1.6.0.0 EE to do it just yet.
Magento evolves
Solutions used in earlier versions require developers to change index.php file to show different areas to be treated in different stores. New index php contains the following code:
$ MageRunCode = isset ($ _SERVER ['MAGE_RUN_CODE'])? $ _SERVER ['MAGE_RUN_CODE']:''; $ MageRunType = isset ($ _SERVER ['MAGE_RUN_TYPE'])? $ _SERVER ['MAGE_RUN_TYPE']: 'Save'; Mage:: run ($ mageRunCode, mageRunType $);
Shall examine two environmental projects variables and use them to start runing Magento. What does it mean to you? You can now save for the website / run directly under the selected domain in the virtual host definition, or even to htaccess.
VirtualHost solution
To enjoy this little piece of code is enough to add the following lines to your VirtualHost definition:
SetEnv MAGE_RUN_CODE base "" # this is your site or store code SetEnv MAGE_RUN_TYPE "Website" # you set this website "or" store "
.htaccess solution
If you do not have access to virtual host definitions, you can still try to use. Htaccess for this by the following lines:
SetEnvIf Host .* .* yourhost MAGE_RUN_CODE = "base"; SetEnvIf Host .* .* yourhost MAGE_RUN_TYPE = "Website"; Where yourhost .* .* is a regex expression matching the domain for which you want environment variable.
Recent Posts
Meta new update to increase lead quality
Are you running Facebook Lead Ads but unhappy with the quality of leads you're getting? A key setting and a recent update cou...
YouTube Announces Updates to Its Teen Safety Tools
YouTube has introduced new safety features for teen users, including extra third-party resources to promote safer and more mi...
Customer-Centric SEO: How to Enhance Customer Experiences
What Is Customer-Centric SEO? Customer-centric SEO focuses on making the user’s online experience smooth and engaging fr...
Google’s Testing New Age Detection Processes to Protect Young Users
Google has introduced new safety features to protect young users of its apps. This includes a new system that uses machine le...
