Making a template site to clone
-
I have a product that I’m selling that would allow me to just create a template of my base site and clone it for each customer in my multisite configuration.
https://www.mydomain\template
https://www.mydomain\customerA
https://www.mydomain\customerBMy question is when I clone the site the pages and menus change fine but any links I manually create have to be changed each time. So in my customerA site I end up having links that still point to the template. Is there HTML code that would allow me to code links in my template in a way that would not make me have to change them every time?
Example
<a href="https://www.mydomain/customerA/page2/">
I tried using just this configuration but it would go to https://www.mydomain/page2
<a href="/page2/">
I hope I explained this OK and its the correct forum to ask this question.
Thank you
- The topic ‘Making a template site to clone’ is closed to new replies.