I use MSM for the first time. What I need is to have site1 (first site) where I add the content, and site2 to display that content. I followed the documentation and I made a directory named “site2” where I copied the index.php and path.php.
On the path.php I modified the $system_path to “../system/” to use the cp from site1.
I added $site_name = “site2_short_name”.
I also modified in Site2 > Admin › System Preferences › General Configuration the “URL to the root directory of your site” with http://site2.com/, leaving everything else untouched. The themes folder is not important right now. The CP index page is from site1, hope this is correct.
When I want to access a template from site2, I receive the following
To proceed to the URL you have requested, click the link below:
<a href="http://site2.com/index.php/template_group/index/">http://site2.com/index.php/template_group/index/</a>and this is a loop.
Can you tell me please what I did wrong with the MSM setup? Thank you.