Inquisitor Ehrenstein
Forum Replies Created
-
Forum: Networking WordPress
In reply to: The main blog is not accessibleThanks. I’ll check that. I changed some stuff to www, but I changed it all back, so it shouldn’t be a problem.
EDIT
There were no matches for https://www.characters.ssu.lt. There were 42 matches for characters.ssu.lt.
Do you know what I need to do to fix the problem?
Forum: Networking WordPress
In reply to: The main blog is not accessibleSorry. It’s wp_site. I used a different prefix; I think it’s cbwp_site. I gathered the data from the shared tables.
Forum: Networking WordPress
In reply to: The main blog is not accessibleThank you for replying.
This is .htaccess
# Multisite 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]
_site
ischaracters.ssu.lt
_blog
ischaracters.ssu.lt
_options
ishttps://characters.ssu.lt
I did notices that under
_blogs
that the blog_id for the two blogs is 1 and 2, but site_id for both of them is 1. Is that supposed to be that way?A question:
Does WordPress intend for the main blog to be under www?
Forum: Networking WordPress
In reply to: The main blog is not accessibleShould I edit the
blogs
table in the database fromcharacters.ssu.lt
towww.characters.ssu.lt
?EDIT
It seems that the blog IDs are the same. Is this supposed to happen? The main blog was functioning fine when I set it up.
https://img.sturmkrieg.com/forum/i/src/1374895695151.pngForum: Networking WordPress
In reply to: Removing 'www.'Should the home site be on the root domain and not www? I set up a blog that way recently and the home blog isn’t displaying any more. I posted a topic about it.