<div dir="ltr">hi<div><br></div><div>you're right: there is an "Not a directory" error.</div><div><br></div><div>the error log is : </div><div>







<p class=""><span class="">2015/03/02 21:40:52 [error] 20047#0: *8 "/Users/test/myproject/backend/web/app.php/index.html" is not found (20: Not a directory), client: 127.0.0.1, server: localhost, request: "GET /backend/app.php/ HTTP/1.1", host: "localhost:9090"</span></p></div><div class="gmail_extra">how can I fix this problem?</div><div class="gmail_extra"><br></div><div class="gmail_extra"><br><div class="gmail_quote">2015-03-02 20:50 GMT+01:00 Francis Daly <span dir="ltr"><<a href="mailto:francis@daoine.org" target="_blank">francis@daoine.org</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Mon, Mar 02, 2015 at 05:48:31PM +0100, Pascal Christen wrote:<br>
<br>
Hi there,<br>
<span class=""><br>
> If I navigate in<br>
> browser to : <a href="http://localhost:9090/backend/app_dev.php/" target="_blank">http://localhost:9090/backend/app_dev.php/</a>, I get a 404 Error<br>
> from nginx..<br>
<br>
</span>The request is /backend/app_dev.php/.<br>
<br>
>        location / {<br>
<br>
It could match this location, but there is a better match.<br>
<br>
>        location /backend {<br>
<br>
It could match this location, and it does because there is no better match.<br>
<span class=""><br>
>            alias   /Users/test/myproject/backend/web;<br>
><br>
>            location ~ ^/(app|app_dev)\.php(/|$) {<br>
<br>
</span>It does not match this nested location.<br>
<br>
So the config says "serve the directory<br>
/Users/test/myproject/backend/web/app_dev.php/".<br>
<span class=""><br>
> What I'm doing wrong?<br>
<br>
</span>What does the error_log say? Anything about "Not a directory"?<br>
<span class="HOEnZb"><font color="#888888"><br>
        f<br>
--<br>
Francis Daly        <a href="mailto:francis@daoine.org">francis@daoine.org</a><br>
<br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org">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>
</font></span></blockquote></div><br></div></div>