I have wamp installed at c/www I a virtual host set up as hama so my browser shows it as [hama] the folder within www that has my project in it is called mi6 . within mi6 I have folder for images called uploads. so my structure is : www/mi6/uploads/ I code in php. I have a script that uploads images to the uploads directory without a problem. I can upload single or multiple images. All without problem. However, when I try and access the /uploads directory to display images within a script I get broken image icons. If I right click on the icon and say open image in new tab I get a 404 but can see that the image path is [hama] which is correct. So I am at a loss. I can write to the directory but not read from it. Any ideas would be appreaciated.
↧