Dear all,
I run apache on my mac. My document root folder is
/Library/WebServer/Documents. When I create new subfolder under
Documents folder I can't load images from that subfolder.
My html file under /Library/WebServer/Documents/test is:
<html>
<body>
<h1>Test</h1>
<img src="http://localhost/test/angry.gif"/>
img src="angry.gif"/>
</body>
</html>
The angry.gif file is placed under test/ folder. I also perform chmod
-R 777 test/ but doesn't seem efficient. Even if I try to access
angry.gif directly with the url http://localhost/test/angry.gif, it
doesn't work
Any suggestion?
Andrej
I run apache on my mac. My document root folder is
/Library/WebServer/Documents. When I create new subfolder under
Documents folder I can't load images from that subfolder.
My html file under /Library/WebServer/Documents/test is:
<html>
<body>
<h1>Test</h1>
<img src="http://localhost/test/angry.gif"/>
img src="angry.gif"/>
</body>
</html>
The angry.gif file is placed under test/ folder. I also perform chmod
-R 777 test/ but doesn't seem efficient. Even if I try to access
angry.gif directly with the url http://localhost/test/angry.gif, it
doesn't work
Any suggestion?
Andrej