|
I need some help trying to configure my multiple Website, Stores system: This is the Setup:
www.homedomain.com (Here is Magento Installed in ‘public_html/magento’)
www.firstdomain.com (this domain is supposed to run a root category; it is an Addon Domain in www.homedomain.com, folder name: ‘public_html/firstdomain’)
www.secondomain.com (this domain is supposed to run another root category; it is an Addon Domain in www.homedomain.com, folder name: ‘public_html/seconddomain’)
I’ve done all steps that are shoew in this guide: http://www.crucialwebhost.com/blog/how-to-setup-multiple-magento-stores/#addon-domain-method
But I get the following error when trying to access www.firstdomain.com or www.secondomain.com:
Redirect Loop and the address bar shows www.firstdomain.com/404/
Any help would be very appreciate it.
Also I’m using hostgator reseller plan, I haven’t been able to set the following symbolic links:
* ln -s ../public_html/app/ ./app
* ln -s ../public_html/js/ ./js
* ln -s ../public_html/media/ ./media
* ln -s ../public_html/skin/ ./skin
* ln -s ../public_html/var/ ./var
I don’t have ssh access, any other Idea to achieve this, thanks in advance
|