<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Doesn't work for me, even if I try <a href="http://www.blog.com/index.php?q=/bla/bla">www.blog.com/index.php?q=/bla/bla</a><div><br><div><div>On Dec 17, 2007, at 3:14 AM, HonDev Developer wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: 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: 0; ">For single blog installations I've just used this after the location of static files:<br><br>if (!-e $request_filename) {<br>rewrite&nbsp; ^/(.*)$&nbsp; /index.php?q=$1&nbsp; last;<br>break;<br>}<br><br>or<span class="Apple-converted-space">&nbsp;</span><br><br><code>if (!-e $request_filename) {<br>rewrite ^(.+)$ /index.php?q=$1 last;<br>break;<br>}</code><br></span></blockquote></div><br></div></body></html>