IIS, Images won't load from a directory

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
tbbd
Forum Newbie
Posts: 20
Joined: Sat Apr 22, 2006 2:54 pm

IIS, Images won't load from a directory

Post by tbbd »

Running WXP with IIS.
I place an image in the wwwroot folder and call it in the file, <img src="/image.gif"> and it works fine. Copy the file into a directory and then try to load it, <img src="/images/image.gif"> and it doesn't load., I even tried this way <img src="/localhost/images/image.gif"> With and without the leading "/" for both instances
tbbd
Forum Newbie
Posts: 20
Joined: Sat Apr 22, 2006 2:54 pm

solved

Post by tbbd »

issue solved
I deleted the directory and recreated it, works ok now
Post Reply