Email address obfuscation in effect -- please
click here to turn it off.
[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
> 128.206.206.229 - - [06/May/2004:17:06:56 -0500] "GET
> /imaging_resources/index.html HTTP/1.1" 403 605
>
The 403 error here says it delivered an access denied when trying to get
index.html
Are you sure your .htpasswd file is correct? You could try from scratch
with .htaccess - remove or comment out the code from httpd.conf and
restart the web server.
Make a new htpasswd file with:
htpasswd -c /imaging_resources/.htpasswd test
Set the password, make sure .htaccess points to
/imaging_resources/.htpasswd
Make sure the .htaccess and .htpasswd files are both owned by the same
user your web server runs as.
.htaccess should read:
## Start of .htaccess file
AuthName "Test"
AuthType basic
AuthUserFile /imaging_resources/.htpasswd
require valid-user
## End of .htaccess file
See if it works at that.
Russell
_______________________________________________
members mailing list
EMAIL:PROTECTED
http://mlug.missouri.edu/mailman/listinfo/members