Hello,
I have 2 seperate accounts on cpanel. What I want to do I want to connect one account to the directory index from the other account. It is a Magento webshop. I need to set a other Document Root for this regarding:
hxxp://www.magentocommerce.com/knowledge-base/entry/tutorial-multi-site-multi-domain-setup
Regarding the cpanel manual I have created a custom httpd.conf into the directory
/usr/local/apache/conf/userdata/std/2/username/userdomain.nl/httpd.conf
Into this custom httpd.conf file I putted the code below.
DocumentRoot /home/otheraccount/public_html
After running
/scripts/verify_vhost_includes --commit
This is succesfull included into the main httpd.conf file.
When I go to the specific domain I got an Internal Server Error
Does someone know how to fix this ?
I have 2 seperate accounts on cpanel. What I want to do I want to connect one account to the directory index from the other account. It is a Magento webshop. I need to set a other Document Root for this regarding:
hxxp://www.magentocommerce.com/knowledge-base/entry/tutorial-multi-site-multi-domain-setup
Regarding the cpanel manual I have created a custom httpd.conf into the directory
/usr/local/apache/conf/userdata/std/2/username/userdomain.nl/httpd.conf
Into this custom httpd.conf file I putted the code below.
DocumentRoot /home/otheraccount/public_html
After running
/scripts/verify_vhost_includes --commit
This is succesfull included into the main httpd.conf file.
When I go to the specific domain I got an Internal Server Error
Does someone know how to fix this ?
Last edited by a moderator: