NOBLOGREDIRECT problem
-
I have a problem with my Multi Site installation. If people write:
1) example.multisite.com they are redirected to
https://www.multisite.com.se/wp-signup.php?new=example.multisite.comThis results in a double “newblogname” when it should be example.multisite.com it becomes examplemultisitecom.multisite.com
2) https://www.multisite.com they are redirected to
https://www.multisite.com.se/wp-signup.php?new=multisite.comThis should naturally lead to https://www.multisite.com
Would really appreciate if someone could add clearness to this.
Thanks
————My wp-config.php:
define('WPLANG', 'sv_SE'); define('WP_DEBUG', false); define('WP_POST_REVISIONS', false); define( 'MULTISITE', true ); define( 'SUBDOMAIN_INSTALL', true ); $base = '/'; define( 'DOMAIN_CURRENT_SITE', 'www.multisite.com' ); define( 'PATH_CURRENT_SITE', '/' ); define( 'SITE_ID_CURRENT_SITE', 1 ); define( 'BLOG_ID_CURRENT_SITE', 1 );
My .htaccess file:
RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # uploaded files RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule . index.php [L]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘NOBLOGREDIRECT problem’ is closed to new replies.