[wp-edu] Superadmins redirect to main page admin panel when misspelling pages

Bill Dennen dennen at gmail.com
Tue May 14 14:56:43 UTC 2013


> Is this a default behavior in WordPress MultiSite, or is this due to some misconfiguration on our part?
>
> Can anyone verify that this happens on their MultiSite install as well?

Brian,

I think this is the default behavior for Multisite sites. We see it too.

I think this line in the .htaccess file tells apache to serve up the
admin, even if the first part of the URL doesn't exist:

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

However, it hasn't been a problem for us.

For what it's worth, we have an "editor login" link at the bottom of
our pages, so our users do not type in the URLs at all.

-Bill


More information about the wp-edu mailing list