• Resolved kelleyr

    (@kelleyr)


    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\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="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

    • This topic was modified 7 years, 10 months ago by kelleyr.
Viewing 1 replies (of 1 total)
  • Thread Starter kelleyr

    (@kelleyr)

    Found my own solution. I made it work with using ../ before the page.

    Also found the MultiSite Clone Duplicator plugin that worked much better then the other export/import tool. This one changed all the manual links.

Viewing 1 replies (of 1 total)
  • The topic ‘Making a template site to clone’ is closed to new replies.