• I have a WordPress site installed in my root (want to keep as is). I am attempting to run a multisite installed in a subfolder (root/multi). I have it running, but i was wondering if i could remove the “mulit” subfolder from the url for the subsequent sites.

    This is how it works now:

    1. mysite.com (main wordpress site – want to keep this untouched and separate from multisite)
    2. mysite.com/multi (WP Multisite’s main site)
    3. mysite.com/multi/store1 (1st sub -site)
    4. mysite.com/multi/store2 (2nd sub-site)
    etc, etc

    This is what I want to do:
    1. mysite.com (main wordpress site – want to keep this untouched and separate from multisite)
    2. mysite.com/multi (WP Multisite’s main site)
    3. mysite.com/store1 (1st sub-site, but no “multi” sub folder in url)
    4. mysite.com/store2 (2nd sub-site, but no “multi” sub folder in url)

    Is this possible? Maybe an .htaccess tweak?

  • The topic ‘Multisite in subfolder, remove the folder name from sub site's url’ is closed to new replies.