Apache 2.0.55 installed and configured on WinXP/w/sp2.
Can run cgi scripts ok.
Entering the following URL in browser:
expecting to see pic.jpg, but got
Forbidden You don't have permission to access i:/images/product/pic.jpg on this server
In httpd.conf, I'm using the directive:
There are no .ht* files in path.
Any ideas what is wrong? How to troubleshoot?
GN
Can run cgi scripts ok.
Entering the following URL in browser:
expecting to see pic.jpg, but got
Forbidden You don't have permission to access i:/images/product/pic.jpg on this server
In httpd.conf, I'm using the directive:
Code:
<Directory "i:/images/product">
#
# Controls who can get stuff from this server.
#
Order allow,deny
Allow from all
</Directory>
There are no .ht* files in path.
Any ideas what is wrong? How to troubleshoot?
GN