Hi Everyone,
Just a small question with regards to the above topic. I am using MSM and have placed path.php and index.php into their respective domain folders. To give you a better picture this is what I have done:
/domain1 holds path.php and index.php in the public_html folder.
/domain2 holds path.php and index.php in the public_html folder.
/domain3 holds path.php and index.php in the public_html folder.
Now in each on these I have placed the following path:
$system_path = “/home/username/public_html/name_system_folder”;
I am using a webhost where you create a whole new home directory and administration panel for each domain you wish to add to the main account. You can then go to that domain which has its own control panel and administer it.
What is happening is I am getting an incorect path error when I go to load the webpage in each of the domains.
Am I missing something?
Thanks for your help guys!