Images not loading
Posted by: Winky (---.hsd1.nj.comcast.net)
Date: October 31, 2006 10:18PM

Hi, I'm having a problem with images appearing on IE, FF or Opera. I have installed the latest version of WAMP5 1.6.5. Everything works fine except displaying images. Using the <img src="../wampserver/www/anypic.gif " alt="Picture"> or any variation where my file resides produces only the place holder and alt attribute. I have read posts of others having similiar problems. I have tried just about everthing I can think of. Placing and pointing to a different folder, checking the directory, adding the dot ext, checking the config files, but still I can not get image files to load at all. The images will load if I give a full windows path such as <img src="c:\wampserver\www\anypic.gif " alt="Picture"> I use the server locally and log on as [localhost]. Wondering, if I need an alias or something I missed in the httpd.conf file. Any help would really be appreciated.
Thanks,
Henry

ps: forgot to mention I am running win-XP.



Post Edited (10-31-06 22:22)

Options: ReplyQuote
Re: Images not loading
Posted by: CyberSpatium (71.237.217.---)
Date: November 01, 2006 09:19PM

change:
<img src="../wampserver/www/anypic.gif " alt="Picture">

to
<img src="anypic.gif " alt="Picture">

Options: ReplyQuote
Re: Images not loading
Posted by: Winky (---.hsd1.nj.comcast.net)
Date: November 01, 2006 09:49PM

I posted this on another forum and received the same answer. Just wanted to say thanks for responding. Everything working as it should now.

Options: ReplyQuote


Sorry, only registered users may post in this forum.