Replies: 0
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.
http://www.mydomain\template
http://www.mydomain\customerA
http://www.mydomain\customerB
My 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="http://www.mydomain/customerA/page2/">
I tried using just this configuration but it would go to http://www.mydomain/page2
<a href="/page2/">
I hope I explained this OK and its the correct forum to ask this question.
Thank you
-
This topic was modified 30 minutes ago by
kelleyr.