{"id":55167,"date":"2022-05-25T20:56:00","date_gmt":"2022-05-25T18:56:00","guid":{"rendered":"https:\/\/samuelchopard.ch\/wiki\/?p=55167"},"modified":"2022-05-25T20:56:00","modified_gmt":"2022-05-25T18:56:00","slug":"multisite-subsite-dashboard-not-loading","status":"publish","type":"post","link":"https:\/\/samuelchopard.ch\/wiki\/library\/multisite-subsite-dashboard-not-loading\/","title":{"rendered":"Multisite: subsite dashboard not loading"},"content":{"rendered":"<p><!--more--><br \/>\nTry replacing the content of .htaccess (root) with the following code:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">\r\nRewriteEngine On\r\nRewriteBase \/\r\nRewriteRule ^index.php$ - [L]\r\n\r\n# add a trailing slash to \/wp-admin\r\nRewriteRule ^([_0-9a-zA-Z-]+\/)?wp-admin$ $1wp-admin\/ [R=301,L]\r\n\r\nRewriteCond %{REQUEST_FILENAME} -f [OR]\r\nRewriteCond %{REQUEST_FILENAME} -d\r\nRewriteRule ^ - [L]\r\nRewriteRule ^([_0-9a-zA-Z-]+\/)?(wp-(content|admin|includes).*) $2 [L]\r\nRewriteRule ^([_0-9a-zA-Z-]+\/)?(.*.php)$ $2 [L]\r\nRewriteRule . index.php [L]<\/pre>\n<p>Source: <a target=\"_blank\" href=\"https:\/\/stackoverflow.com\/questions\/28518723\/wordpress-multisite-subsite-wp-admin-err-too-many-redirects\">https:\/\/stackoverflow.com\/questions\/28518723\/wordpress-multisite-subsite-wp-admin-err-too-many-redirects<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"Try replacing the content of .htaccess (root) with the following code: RewriteEngine On RewriteBase \/ RewriteRule ^index.php$ - [L] # [...]","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[9],"tags":[403,404],"class_list":["post-55167","post","type-post","status-publish","format-standard","hentry","category-wordpress","tag-multisite","tag-subsite"],"_links":{"self":[{"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/posts\/55167","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/comments?post=55167"}],"version-history":[{"count":1,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/posts\/55167\/revisions"}],"predecessor-version":[{"id":55168,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/posts\/55167\/revisions\/55168"}],"wp:attachment":[{"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/media?parent=55167"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/categories?post=55167"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/tags?post=55167"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}