• Resolved plumwd

    (@plumwd)


    Has anyone here successfully change a multisite installation from domain based URL to path based?

    I have an installation I’m going to need to change since we have decided to add SSL. I have no desire to pay for a wildcard SSL.

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    Yes.

    Change the .htaccess, change the wp-config, and go into the DB and change wp_sites, wp_blogs and search for all foo.domain.com and change them to domain.com/foo

    You’ll have to do a LOT of manual poking, since WP stores the folder name in a separate row when you use the subfolder pathing.

    Thread Starter plumwd

    (@plumwd)

    Okay will do, no problem. How does it affect the creation of future sites?

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    They should all be fine, and use the subfolder 🙂

    Thread Starter plumwd

    (@plumwd)

    Awesome thanks!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Change Multisite Installation from Domain to Path Based URL’ is closed to new replies.