wordjanmi
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Can't access my main site, "The page isn't redirecting properly"Everything was OK a week ago, and that’s when the back-up was made.
This is the strange part, and it may help someone to figure this out: The main blog worked at first, and when accessing the second blog the browser would go to the main blog (with a “Page not found”-message). BUT when I installed the Network to place, the second blog started working, but the main blog wouldn’t work anymore.
edit: I’m not sure if I saw Firefox trying to access http://www.jannemiettinen.fi AND jannemiettinen.fi one after another for several times before giving up, but can this be relevant..?
Forum: Networking WordPress
In reply to: Can't access my main site, "The page isn't redirecting properly"Yes, I restored basically everything.
After restoring the files I made the changes to the .htaccess:
RewriteEngine On RewriteBase /wedding-blog/ RewriteRule ^index\.php$ - [L] # uploaded files RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [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).*) $1 [L] RewriteRule ^[_0-9a-zA-Z-]+/(.*\.php)$ $1 [L] RewriteRule . index.php [L]And to the wp-config.php:
define('WP_ALLOW_MULTISITE', true); define( 'MULTISITE', true ); define( 'SUBDOMAIN_INSTALL', false ); $base = '/wedding-blog/'; define( 'DOMAIN_CURRENT_SITE', 'www.jannemiettinen.fi' ); define( 'PATH_CURRENT_SITE', '/wedding-blog/' ); define( 'SITE_ID_CURRENT_SITE', 1 ); define( 'BLOG_ID_CURRENT_SITE', 1 ); /* That's all, stop editing! Happy blogging. */Forum: Networking WordPress
In reply to: Can't access my main site, "The page isn't redirecting properly"I deleted and then retrieved the whole site from an month old backup. I had to re-instate the multisite, because somehow it wasn’t retrieved from the backup…
Forum: Networking WordPress
In reply to: Can't access my main site, "The page isn't redirecting properly"No. There was a single install, and then I just added a Network install.
I just got the Network admin page to work. But the english blog is still down and it’s dashboard is unreachable.
Forum: Networking WordPress
In reply to: Can't access my main site, "The page isn't redirecting properly"And I can’t access the wedding-blog/network/ OR wedding-blog/blogi/network/ , and I think that is the root of all problems.
Forum: Networking WordPress
In reply to: Can't access my main site, "The page isn't redirecting properly"I can see the english-language blog in My Sites. So it is there, but just can’t be accessed for some reason…