<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">It happens on ours as well, and I've also made inadvertent changes to the main site when I mistyped the path of a specific site without realizing it.<div><br></div><div>The solution, it seems to me, would be a check when the request is parsed by PHP to see if a site exists that matches the first path component. Based on Gerlando's comment, I thought it may have been added between 3.5 and 3.6 -- but I did a quick multisite install using 3.6 beta 3 just now with neither bells nor whistles, and the problem persists.</div><div><br></div><div>Gerlando, do you have a subdomain or subdirectory setup?</div><div><br><div>
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div>Jonathan</div></span>
</div>
<br><div><div>On May 14, 2013, at 10:56 AM, Bill Dennen wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div><blockquote type="cite">Is this a default behavior in WordPress MultiSite, or is this due to some misconfiguration on our part?<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">Can anyone verify that this happens on their MultiSite install as well?<br></blockquote><br>Brian,<br><br>I think this is the default behavior for Multisite sites. We see it too.<br><br>I think this line in the .htaccess file tells apache to serve up the<br>admin, even if the first part of the URL doesn't exist:<br><br>RewriteRule ^[_0-9a-zA-Z-]+/(wp-(content|admin|includes).*) $1 [L]<br><br>However, it hasn't been a problem for us.<br><br>For what it's worth, we have an "editor login" link at the bottom of<br>our pages, so our users do not type in the URLs at all.<br><br>-Bill<br>_______________________________________________<br>wp-edu mailing list<br><a href="mailto:wp-edu@lists.automattic.com">wp-edu@lists.automattic.com</a><br>http://lists.automattic.com/mailman/listinfo/wp-edu<br></div></blockquote></div><br></div></body></html>