Multisite don′t work
-
Hello,
I have a problem with the multisite-function. I found many threads about this topic and the issue, but unfortunately nothing has helped me.
My site is reaching by: https://www.maf-world.com/
I can open the Dashboard, visit the page. Everything′s fine.
I want subdomains like: xxx.maf-world.com.
Not: https://www.maf-world.com/xxxIf I wanna reach the Dashboard of the Subdomain, I always get this:
https://www.screencast.com/t/zJho0bf9If I wanna reach the Subdomain (haha.maf-world.com) I get this:
https://www.screencast.com/t/mmmadwt1exI changed the wp-config.php and the .htaccess.
This is the important part of wp-config.php:define( 'WP_ALLOW_MULTISITE', false ); define('MULTISITE', true); define('SUBDOMAIN_INSTALL', true); define('DOMAIN_CURRENT_SITE', 'maf-world.com'); define('PATH_CURRENT_SITE', '/'); define('SITE_ID_CURRENT_SITE', 1); define('BLOG_ID_CURRENT_SITE', 1);
If I change the first line to ‘WP_ALLOW_MULTISITE’, true)’ nothing happens. (Just to say right forward)
That′s the htaccess:
# BEGIN WordPress RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # add a trailing slash to /wp-admin RewriteRule ^wp-admin$ wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^(wp-(content|admin|includes).*) $1 [L] RewriteRule ^(.*\.php)$ $1 [L] RewriteRule . index.php [L] # END WordPress
I also set a wildcard-domain. (*.maf-world.com)
I don′t know what′s the problem.
I hope you can help me, please.Best regards,
Max
- The topic ‘Multisite don′t work’ is closed to new replies.