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
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