ok I&#39;m running 0.6.4.&nbsp; maybe thats why mine didn&#39;t work for you.<br><br><div class="gmail_quote">On Dec 28, 2007 6:28 AM, Lipton Tea &lt;<a href="mailto:lists@ruby-forum.com">lists@ruby-forum.com</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">Abdul-Rahman Advany wrote:<br>&gt; Doesn&#39;t work for me, even if I try 
<a href="http://www.blog.com/index.php?q=/bla/bla" target="_blank">www.blog.com/index.php?q=/bla/bla</a><br><br></div>HonDev&#39;s regex rewrite doesn&#39;t work for me. I found a few other sites<br>that list the same or slightly modified rewrite rule. After 10 hours
<br>trying to figure out wtf the problem was (I just installed and started<br>using nginx today) I realized it had to be the rewrite rule so I<br>examined it more closely. Below is the rewrite rule that works for me<br>with
<br><br>Wordpress 2.3.1<br>nginx version: nginx/0.5.34<br><br>Make sure you clear your cache after changing the rewrite rule.<br><br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;if (!-e $request_filename) {<br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;rewrite ^(.*)$ $1/index.php last;<br>
<br>If anyone wants to see my nginx.conf I can post it here. Also, if the<br>rewrite rule works for you please reply and let me know. Thanks!<br><font color="#888888">--<br>Posted via <a href="http://www.ruby-forum.com/" target="_blank">
http://www.ruby-forum.com/</a>.<br><br></font></blockquote></div><br>