I have the following in the Index.html <img style=position:absolute;left:300px;top:160px;border="0" src="///C:/Server/Apache2/htdocs/MAPS/USA.jpg" alt="USA Map" width="400" height="400" usemap="#states">
When I run Apache as LoaclHost, it can't find the USA.jpg. I get this in the error log: [Sun Feb 23 16:00:56 2014] [error] [client 127.0.0.1] (20023)The given path was above the root path: Cannot map GET ///C:/Server/Apache2/htdocs/MAPS/USA.jpg HTTP/1.1 to file, referer: http://localhost/ ps If I just double click on Index.html, everything works fine.