ProFire Posted October 11, 2005 Share Posted October 11, 2005 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? Quote Link to comment Share on other sites More sharing options...
terra_bit_tech Posted October 11, 2005 Share Posted October 11, 2005 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 Quote Link to comment Share on other sites More sharing options...
ProFire Posted October 11, 2005 Author Share Posted October 11, 2005 Well, I finally found the problem. You did not really give me the solution but hint me on a possible problem. Yeah, you helped a little. Quote Link to comment Share on other sites More sharing options...
terra_bit_tech Posted October 11, 2005 Share Posted October 11, 2005 Well, I finally found the problem. You did not really give me the solution but hint me on a possible problem. Yeah, you helped a little. 305107[/snapback] Glad I could do something thanks 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.