Installed SharDB, can't visit newly-created blogs
-
I have migrated my large multisite WordPress network to MediaTemple DV (VPS), and installed SharDB (with 256 DBs, a home DB, and a global DB). All the pre-existing blogs appear to be working just fine. I can visit them and change them. (For example, a working blog on my network is here: https://test1.authorsxpress.com/)
But while I appear to be able to create new blogs error-free, I can neither visit them or their dashboards. For example, I’ve created the following blog: https://postmigration1.authorsxpress.com/
When I navigate there in my browser, or to the corresponding dashboard (which of course also uses the subdomain), I am redirected here: https://authorsxpress.com/wp-signup.php?new=postmigration1
…with the error “The site you were looking for, https://postmigration1.authorsxpress.com/, does not exist” as I’m sure you can see.Here’s my current .htaccess:
# BEGIN WordPress
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]
# END WordPress
- The topic ‘Installed SharDB, can't visit newly-created blogs’ is closed to new replies.