<div dir="ltr">Hey,<br><div>I am trying to serve custom error pages in Squid 4.10, this is my squid.comf:</div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div>error_directory /etc/squid/pages/</div><div>icon_directory /etc/squid/pages/images/</div></blockquote><div><br></div><div>The custom error page loads, but the images are missing. In my HTML file I simply put:</div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><img src="image.png" alt="..." class="img-fluid"></div></blockquote><div><br></div><div>but if I inspect the image in the browser, I can see it is adding the website URL before the image path, like so:</div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><a href="http://ipinfo.io/image.png">http://ipinfo.io/image.png</a></div></blockquote><div><br></div><div>I tried to revert back the default error pages, however, I noticed that apparently even there, the images never loaded, it had the exact same issue.</div><div><br></div><div>Does anyone know about this issue?</div><div><br></div></div>