permalinks - Is it possible to install WordPress Multisite on a subdomain with subdirectories?

admin2025-06-03  2

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 badges
Add a comment  | 

2 Answers 2

Reset to default 2

Yes, 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

转载请注明原文地址:http://conceptsofalgorithm.com/Algorithm/1748965661a315219.html

最新回复(0)