Report this

What is the reason for this report?

Multisite . Can't acces to network sites admin

Posted on July 4, 2014

I have follow differents tutorial here on DO community to install WordPress multisite. The admin site works well, I can install themes and plugins, access via sftp…

But when I create a new site, I can’t access to it admin panel. When create the new site it doesn’t show any error, all seems to like well. Try going to this link http://themescreators.com/test5/wp-admin/

it should be and admin panel but google show “This web page have a redirection loop”

What can be the problem?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Solved! I have to replace this two lines on .htaccess:

RewriteRule ^(wp-(content|admin|includes).*) $1 [L]
RewriteRule ^(.*\.php)$ $1 [L]

With this:

RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.