Multisite subdomain not found
-
I am installing Multisite on 2 new domains – so they are clean blank, brand new installs and when I create a subdomain it shows in the list of sites but I get all these error messages in firefox.
Not found - problem loading - the page isn't redirecting properly.
I have searched the net and this forum and read for hours over 3 days, obviously I’ve got something wrong somewhere.
Here is one of the sites –
Domain is https://foremansbankruptcydebtadvice.com.au/
Subdomain https://test1.foremansbankruptcydebtadvice.com.au/
The ‘Edit Site’ page opens correctly but links to ‘dashboard’ and ‘view site’ give the error message `Server not found
Firefox can’t find the server at test1.foremansbankruptcydebtadvice.com.au.`I checked and my server allows wildcards- I also have several subdomains running on single WP sites with the same company where I have a reseller account.
Here’s the wildcard info –
*.foremansbankruptcydebtadvice.com.au in home/public_html
I have re copied Wp-Config and .htaccess several times, trying various suggestions.
Here’s the .htaccess# BEGIN WordPress RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # add a trailing slash to /wp-admin RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L] RewriteRule . index.php [L] # END WordPress
Here’s the wp-config
/* Multisite */ define('WP_ALLOW_MULTISITE', true); define('MULTISITE', true); define('SUBDOMAIN_INSTALL', true); define('DOMAIN_CURRENT_SITE', 'foremansbankruptcydebtadvice.com.au'); define('PATH_CURRENT_SITE', '/'); define('SITE_ID_CURRENT_SITE', 1); define('BLOG_ID_CURRENT_SITE', 1); define( 'SUNRISE', 'on' );
/* That’s all, stop editing! Happy blogging. */
I have blog.dir in the wp-content folder and wp-content is in public_html
I refresh the PC running windows 7 using ctrl+F5 and a couple of times I have used CCleaner to clear out all caches
The URL’s that show ‘server not found’ are correct.
I hope someone can see whatever I’ve done wrong !
Rob
- The topic ‘Multisite subdomain not found’ is closed to new replies.