Re: Problem with rewrite regexes when the URL contains a trailing slash (nginx-1.5.0)

2013-05-22 Thread Roberto F.
Hello -- just writing again to say that I did it! I found on the web (just Google) a Cygwin build of nginx and it works perfectly. Thanks for your support! Robertof Il 22/05/2013 21:12, Maxim Dounin ha scritto: Hello! On Wed, May 22, 2013 at 08:40:43PM +0200, Roberto F. wrote: Hello. I&#

Re: Problem with rewrite regexes when the URL contains a trailing slash (nginx-1.5.0)

2013-05-22 Thread Roberto F.
f it would work. Thanks again, Robertof Il 22/05/2013 21:12, Maxim Dounin ha scritto: Hello! On Wed, May 22, 2013 at 08:40:43PM +0200, Roberto F. wrote: Hello. I'm having a problem with nginx's rewrite directive. Basically, when the URL contains a trailing point, it is ignored by the

Problem with rewrite regexes when the URL contains a trailing slash (nginx-1.5.0)

2013-05-22 Thread Roberto F.
Hello. I'm having a problem with nginx's rewrite directive. Basically, when the URL contains a trailing point, it is ignored by the rewrite regexp. Let's do an example: I load http://uri/something. (with the trailing point). Then, with the rewrite rule: rewrite ^/something\.$ /index.html I sho