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

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