Re: Rewrite Rule Assistance

2013-10-22 Thread jfountain
Disregard, I figured it out Thanks. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,243993,244009#msg-244009 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Rewrite Rule Assistance

2013-10-22 Thread Jonathan Matthews
On 22 October 2013 14:41, jfountain wrote: > I am trying to create a rewrite rule that will append a JPG to dynamically > created URL but have the browser still go to the original URL. Why don't you show us where you've managed to get to, what you expected to happen, and what doesn't work as you

Rewrite Rule Assistance

2013-10-22 Thread jfountain
I am trying to create a rewrite rule that will append a JPG to dynamically created URL but have the browser still go to the original URL. IE: http://server/user/info/image to http://server/user/info/image.jpg but still go to http://server/user/info/image Thanks for any tips! -J Posted at Nginx