divinelighting
Verified User
- Joined
- Mar 17, 2008
- Messages
- 108
Trying to follow this thread about how to set up a magento store with multiple domains.
http://www.magentocommerce.com/knowledge-base/entry/tutorial-multi-site-multi-domain-setup
For DA, what is the location of the conf file for the following?
Is this correct so that everything going to domain0.com redirects to USER0?
http://www.magentocommerce.com/knowledge-base/entry/tutorial-multi-site-multi-domain-setup
For DA, what is the location of the conf file for the following?
HTML:
<VirtualHost *:80>
ServerAdmin [email protected]
DocumentRoot /home/USER0/public_html
ServerName domain0.com
</VirtualHost>
Is this correct so that everything going to domain0.com redirects to USER0?