I sort of fixed it by having two template folders. One on the master "xyz.com/public_html/templates" and one on the slave "xyz.com/public_html/SLAVE/templates". Still haven't got a clue how to create a "templates directory as a link on the master" - which you mentioned.
The template/theme for the wbsite works, but I still can't load images. For example when I create a new article and I click on "Insert Image" only a few image thumbnails are actually visible, the rest are just small blue icons with a white "?" sign.
For the images to actually work I have to manually change the html image path, by adding the slave site name. Example:
<img alt="101" src="images/stories/101.jpg" width="400" height="600" />
this results in 101 appearing in the article, but no image. and if I add the name:
<img alt="101" src="SlaveName/images/stories/101.jpg" width="400" height="600" /></p>
the image becomes visible.
I can also bypass this problem by writing in the full URL like you have mentioned before on the forum.
www.xyz.com/SlaveName/images/stories/101.jpg
I thought I had fixed all this yesterday when I in **Website template Details** on the master changed **Specific slave site folders**:
Master site folder: /storage/content/11/101101/xyz.com/public_html
Deployment folder: /storage/content/11/101101/xyz.com/public_html/SlaveName
Create the deployed folder: CHECKED
Alias link: *empty*
Path to Media folder: /storage/content/11/101101/xyz.com/public_html/SlaveName/images
Path to Image folder: /storage/content/11/101101/xyz.com/public_html/SlaveName/images
Templates (themes) folder: /storage/content/11/101101/xyz.com/public_html/SlaveName/templates
That's under "common". Under "Folders and files" the slave is marked with "SL: Symbolic Link".
images: special: Special copy
media: SL: Symbolic Link
hello.php: SL: Symbolic Link
and I have tested the hello world and it works on both the master and slave:
www.xyz.com/hello.php and
SlaveName.xyz.com/hello.php
What do I do??
Do you need more information or screenshots?