<div dir="ltr">Hi All,<div><br></div><div>I have searched the archives in hopes of answering this myself. But no luck.</div><div>My html was recently migrated from apache to nginx. It worked fine on apache.</div><div><br></div><div>The html uses image maps, such as:</div><div>html v1 style: <br><a href=index.map><img src=index.jpg ISMAP></a></div><div>or newer css style: <img src=index.jpg usemap="#mymap"></div><div><br></div><div>Neither seem to work with my nginx-1.10.1 on Fedora (really Amazon Linux).</div><div>(I believe this is an entirely different subject than the nginx maps module.)</div><div><br></div><div>The image map looks something like this:</div><div><div><map name="mymap"></div><div>rect /cgi-bin/picview.cgi?london01s.jpg 0,0 99,99<br></div><div>rect /cgi-bin/picview.cgi?london02s.jpg 100,0 199,99</div><div>rect /cgi-bin/picview.cgi?london03s.jpg 200,0 299,99</div><div>rect /cgi-bin/picview.cgi?london04s.jpg 300,0 399,99</div><div>rect /cgi-bin/picview.cgi?london05s.jpg 400,0 499,99</div></div><div></map></div><div><br></div><div>Any tips appreciated.</div></div>