Hi Piotr,<br><br>Thanks. I tried your rewrite rule, but it seems it doesn&#39;t work with multisite. I can&#39;t see any cache page generated.<br><br>Your rewrite rule is interesing, so simple, but as long as it get thing done, it&#39;s ok. I used to use the following rule to make the permalinks works.<br>
<br>rewrite ^.*/files/(.*)$ /wp-includes/ms-files.php?file=$1 last;<br>if (!-e $request_filename) {<br> rewrite ^.+?(/wp-.*) $1 last;<br> rewrite ^.+?(/.*\.php)$ $1 last;<br> rewrite ^ /index.php last;<br>}<br><br>Max<br>
<br><div class="gmail_quote">On Wed, Aug 4, 2010 at 4:59 PM, Piotr Karbowski <span dir="ltr">&lt;<a href="mailto:jabberuser@gmail.com">jabberuser@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div><div></div><div class="h5">On 03.08.2010 12:29, Max wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Does anyone know the nginx rewrite rule for wordpress 3.0 wp super cache<br>
(multi site)?<br>
<br>
I found an example on this site:<br>
<a href="http://kuapp.com/2010/06/30/nginx-rewrite-rules-of-wordpress-3-0-permalinks-and-wp-super-cache.html" target="_blank">http://kuapp.com/2010/06/30/nginx-rewrite-rules-of-wordpress-3-0-permalinks-and-wp-super-cache.html</a><br>

<br>
But I am not sure whether this can work with multi site. Thanks a lot.<br>
<br>
Max<br>
</blockquote>
<br></div></div>
Hi,<br>
<br>
I have only:<br>
<br>
try_files $uri $uri/ /index.php?q=$uri&amp;$args;<br>
<br>
and looks like &#39;wp-super-cache&#39; on mine wordpress3 work flawless, but it is not wordpress MU, just one blog.<br>
<br>
With this rule I was able to set any permalinks type what I want.<br>
<br>
-- Piotr.<br>
<br>
<br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org" target="_blank">nginx@nginx.org</a><br>
<a href="http://nginx.org/mailman/listinfo/nginx" target="_blank">http://nginx.org/mailman/listinfo/nginx</a><br>
</blockquote></div><br>