This is something I have never tried so far. On a webspace I want to have a subdirectory like this:
blognetwork.example
Then I want to run Multisite with subdirectories like this:
blognetwork.example/blog/
blognetwork.example/site1/
blognetwork.example/site2/
Is this possible or will it lead to unpredictable issues? Someone ever tried this?
This is something I have never tried so far. On a webspace I want to have a subdirectory like this:
blognetwork.example
Then I want to run Multisite with subdirectories like this:
blognetwork.example/blog/
blognetwork.example/site1/
blognetwork.example/site2/
Is this possible or will it lead to unpredictable issues? Someone ever tried this?
Share Improve this question asked Jan 28, 2019 at 14:39 BlackbamBlackbam 57511 silver badges28 bronze badges2 Answers
Reset to default 2Yes, it is.
All you need to do is to install your WordPress on the subdomain, turn the Multisite on and set it to use subdirectories for sites.
Make sure the following is set in multisite constants:
define( 'SUBDOMAIN_INSTALL', false );
Yes, you can do it by putting this define('WP_ALLOW_MULTISITE', true);
in config.php
file.
For mere please follow this link