Hi all,
I've set up Apache to be able to look at my C:\ and F:\ drives in Vista x86. The code in httpd.conf looks like this:
I have "File Thingie" installed, and have modified it to link to the files as http://localhost/hdf/ and then the file name/extension. However, when I try to load a file, it brings up an Apache error message:
Access forbidden!
You don't have permission to access the requested object. It is either read-protected or not readable by the server.
If you think this is a server error, please contact the webmaster.
Error 403
What do I need to do to get Apache to work in this situation?
I've set up Apache to be able to look at my C:\ and F:\ drives in Vista x86. The code in httpd.conf looks like this:
Code:
Alias /hdc/ C:/
Alias /hdf/ F:/
Access forbidden!
You don't have permission to access the requested object. It is either read-protected or not readable by the server.
If you think this is a server error, please contact the webmaster.
Error 403
What do I need to do to get Apache to work in this situation?