multisite sites in "sub-subfolders"
-
I have multisite using subfolders running on site:
http://example.com/If I add new sites called “foo” and “Bar” they become
http://example.com/foo/
http://example.com/bar/How can I have all the new sites use (or appear to use) a nested folder, ie:
http://example.com/cluster/foo
http://example.com/cluster/barI don’t want to install WP in a folder called “cluster” because it runs the main site in the root and the method of installing in a subdirectory outlined here (https://codex.wordpress.org/Giving_WordPress_Its_Own_Directory) doesn’t work because if I install WP code into the folder “cluster” then subsequent new sites don’t show that as part of the path (they just become: http://example.com/foo/ , etc.)
The topic ‘multisite sites in "sub-subfolders"’ is closed to new replies.