<div>I'm trying to rewrite any png files referenced through the fancybox sub directory to a directory off of the images folder as follows:</div><div> </div><div>rewrite ^/fancybox/(.+\.png)$ /images/fancybox/$1 last;</div>
<div><br></div><div>This is not working, probably b/c my regex is off the mark. Any suggestions?</div><div><br></div><div>Thanks</div><div><br></div>