
02-11-2013, 12:49 PM
|
|
Member
|
|
Join Date: Feb 2013
Posts: 14
|
|
[solved] cPanel - Magento - Multistore Setup
Hi!
I switched to Litespeed and installed cloudlinux this weekand, most sites on the server work fine but we have an issue with a Mmagento multistore and its rewrite-rules in htaccess:
Right now this is the proper setup for magento, based on their wiki:
http://www.magentocommerce.com/knowl...i-domain-setup
http://www.magentocommerce.com/knowl...es-stores-work
The website beckenbodentrainer.info loads fine, but when you click on a link in the navigation you are redirected to the Base Webstore of the Magento-Multistore (maison-x.at)
Since on some sites we also have the problem with some CSS, images I assume the following happens:
http://beckenbodentrainer.info/ -> rewrite rule from .htaccess is being used
http://beckenbodentrainer.info/problem.html -> its not using the .htaccess and looking for the html file and this causes the redirect to the main store cause the MAGE_RUN_CODE / MAGE_RUN_TYPE is not being set.
Please help and advice.
Many thanks in advance!
Last edited by NiteWave; 02-12-2013 at 02:15 AM..
|