i installed the new multi-line WordPress 4.1
I can complete the front and go to the main panel of the site
http://blog.urlcorrect.com/wp-admin/
I created a child node and I cannot access the panel of child sites
http://blog.urlcorrect.com/br/wp-admin/
I have this error: CΓ³digo de error: ERR_TOO_MANY_REDIRECTS
-
I can access Front
http://blog.urlcorrect.com/br/
but without styles, the css url is incorrect (page not found):
http://blog.urlcorrect.com/br/wp-content/themes/twentyfifteen/style.css?ver=4.1
-
I have the following values:
current blog domain: blog.urlcorrect.com current site domain: blog.urlcorrect.com current blog path: / current site path: /
-
BBDD (wp_blogs table)
blog_id: 1 site_id: 1 domain: blog.urlcorrect.com path: / public: 1 blog_id: 2 site_id: 1 domain: blog.urlcorrect.com path: /br/ public: 1
-
htaccess:
RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L]
-
wp-config.php
define('WP_ALLOW_MULTISITE', true); define('MULTISITE', true); define('SUBDOMAIN_INSTALL', false); define('DOMAIN_CURRENT_SITE', 'blog.urlcorrect.com'); define('PATH_CURRENT_SITE', '/'); define('SITE_ID_CURRENT_SITE', 1); define('BLOG_ID_CURRENT_SITE', 1);
-
I can not find the right answer. What am I doing wrong?
thanks a lot
Pablo