Page 1 of 1

IIS, Images won't load from a directory

Posted: Sat Apr 22, 2006 4:39 pm
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

solved

Posted: Sun Apr 23, 2006 3:29 am
by tbbd
issue solved
I deleted the directory and recreated it, works ok now