Jump to content

Image display not working


ProFire

Recommended Posts

I am unable to display images like asdf.gif whenever I use http://somelink/../asdf.gif

Even when I use a html file to view it, I don't see the picture.

 

But when I view the html file directly in my computer C:/picture.html, I can view the picture.

 

When is the configuration that I need to adjust?

Link to comment
https://forums.phpfreaks.com/topic/2645-image-display-not-working/
Share on other sites

I can't be sure that you are having an apache issue here, but more likely you have to make sure the image that the html code is refering to is in the correct path such as <img src="/home/site/public_html/images/image.gif"> on Linux or <img src="image.gif"> making sure that image.gif resides in the same path with the html code OR <img src="d:/sites/mysite/images/image.gif">

 

Hope this helps

 

CD

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.