DMeerholz Posted July 5, 2007 Share Posted July 5, 2007 Hi, Does anyone know why I cant show a picture with php code that resides in my cgi-bin. But showing image In the php <img src="..html/images/logo.gif"> But if in the html directory with plain html code <img src="images/logo.gif"> works fine. I thought maybe put the images folder in cgi-bin and <img src="images/logo.gif"> still doesnt work... I have chmod 777 both the cgi-bin and html directory and the image and its directory... still the same. Where should my pics lie if I want the to be accessed with cgi code? Dont worry, I will put the permissions back to something safer as soon as I sort this out... just read that 644 or 744 is good. Is that correct? Quote Link to comment Share on other sites More sharing options...
apacheguy Posted July 7, 2007 Share Posted July 7, 2007 Put all of your pictures in a folder outside of the cgi-bin. If they are placed in the cgi folder, the server will try to execute them like a script. That is why it doesn't work. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.