Multisites Work actual subdomains being redirected
-
Hi there
This has had both me and my host going around in circles for the last 3 days
I have got ( just updated) WordPress .3 RC3 multisites enabled.
I have added the wildcard *.mysite.com A record.
My host has added the ServerAlias *mysite.com
I have the basic htaccess file in place
I am on a Linux Server using Plesk 9.3
Ok so here goes. I have a couple of actual subdomains which work just fine until my host adds the ServerAlias to the Apache file and then my WordPress multisite works just fine creating and accessing my multiple blogs but when I try and access an actual suddomain it is redirected to this https://www.mysite.com/wp-signup.php?new=mysubdomain.mysite.com
Removing the server alias and my WordPress stops working and my subdomains are fine
Any will help will be greatly appreciated
BradCopy of my htaccess
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]
- The topic ‘Multisites Work actual subdomains being redirected’ is closed to new replies.