Re: 404 on try_files

2017-10-02 Thread Francis Daly
On Thu, Sep 21, 2017 at 09:18:45AM -0700, Nathan Zabaldo wrote: Hi there, > The $request_uri > > /h_32/w_36/test.jpg > > needs to be routed to > > /index.php/img/i/h_32/w_36/test.jpg What does "routed to" mean, specifically? nginx can proxy_pass to a http server or fastcgi_pass to a fastcgi s

404 on try_files

2017-09-21 Thread Nathan Zabaldo
I'm going nuts on this. Any help would be much appreciated. The $request_uri /h_32/w_36/test.jpg needs to be routed to /index.php/img/i/h_32/w_36/test.jpg index.php will route the request to the "img" controller and "i" method, then process the image and return it. However, my MVC works off of