Originally posted by A
Originally posted by hackajar
I'm not picking on noid here, I am just using him as an example since it was the first item found in a search of the HTML source when using https for the thread "Defcon Forums - What are you smoking?":
Code:
<td class="alt2"><a href="member.php?u=15"><img src="image.php?u=15&dateline=1020710357" alt="noid's Avatar" border="0" /></a></td>
https://forum.defcon.org/image.php?u...ine=1020710357
Originally posted by error
http://forum.defcon.org/image.php?u=...ine=1020710357
The image we all know and love!
This is not an error produced by the forums, but an error by the extra security software. An exception needs to be included to allow for this request in https for image.php.
(Best guess with the information I have at the moment.)
2nd best guess... the php image application is running in a different space or environment that does not have access through web server configuration to access the images being served.
(e.g.: virtualserver with an alias or symlink that is not available/broken, or https running as a different UID without access to the image files.)
Comment