I tried that too, same result...<br>I also looked in access.log and i noticed that i was getting 404 on these files<br><br>/test130/wp-content/themes/default/style.css<br>/test130/wp-content/themes/default/images/kubrickbg.jpg
<br><br>On website i was trying to access sub.domain.tld/test130/&nbsp;&nbsp; (which is a blog in Wordpress Mu) and on the server the files were in <br><br>$documentroot/wp-content/themes/home/images/kubrickbg.jpg<br>$documentroot/wp-content/themes/default/images/kubrickbg.jpg
<br><br>$documentroot/wp-content/themes/home/style.css<br>$documentroot/wp-content/themes/default/style.css<br>$documentroot/wp-content/themes/classic/style.css<br><br>Maybe this will clear something...<br><br><div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
It&#39;s seems that &quot;^([_0-9a-zA-Z-]+)?(/wp-.*)&quot; are static files, so &quot;break&quot;<br>stops rewrite cycle. The &quot;last&quot; continues rewrite cycle and request will<br>go to &quot;location ~ .php$&quot;.
<br><br><br>--<br>Igor Sysoev<br><a href="http://sysoev.ru/en/">http://sysoev.ru/en/</a><br><br></blockquote></div><br>