<font color="#333399"><font>Well, I didn't take the required time to understand these examples...<br>Those are definitely hopefully not to be seen in real config files! ;o)<br><br>Thank you for having taken time to explain all that to me.<br>


I just made the change and my requests end up at the right places.<br><br>Thanks again!</font></font><br clear="all"><font size="1"><span style="color:rgb(102,102,102)">---<br></span><b><span style="color:rgb(102,102,102)">B. R.</span></b><span style="color:rgb(102,102,102)"></span></font><br>



<div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Apr 21, 2012 at 22:32, Edho Arief <span dir="ltr"><<a href="mailto:edho@myconan.net" target="_blank">edho@myconan.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


2012/4/22 B.R. <<a href="mailto:reallfqq-nginx@yahoo.fr" target="_blank">reallfqq-nginx@yahoo.fr</a>>:<br>
<div>> Thanks Edho,<br>
><br>
> I also use the official reference first-hand ;o)<br>
> From the example given on the Wiki page of the Rewrite module you quoted,<br>
> they replace 'last' by 'break' when rewrite rules put inside a location<br>
> block...<br>
><br>
> Isn't it a problem to put 'last' flags inside the location block? What is<br>
> the 10-cycles-then-500-error referring to?<br>
<br>
</div>The 500 error is cause by the rewrite: it rewrites /download/ (clean<br>
url) to /download/ (actual file). If it use last flag, the /download/<br>
location block will be searched again (and in fact it may return 403<br>
instead of 500 if the rewritten url doesn't match the rewrite rule<br>
anymore - it'll return 500 only on certain cases).<br>
<br>
The one you want is for it to be handled by different location block<br>
(\.php$) - hence last flag.<br>
<div><div><br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org" target="_blank">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</div></div></blockquote></div><br></div>