robin1
12-23-2003, 11:06 PM
hello everybody..
haveing issues with .htaccess and .htpasswd...
it brings up the password screen but the password i put in isn't getting validated.
err msg
401 authorization required.
This server could not verify that ou are authorized to access the document request. either your supplied the wrong credentials or your browser doesn't understand how to supply the credentials required..
.htaccess
Authuserfile /folder1/folder2/.htpasswd
authname " locked area"
authtype basic
require valid-user
.htpasswd
locaton of file
/folder1/folder2/
name:password
and in httpd.conf
i configured Allowoverride from "none" to "All"
side note... .htpasswd is u=rw g=rx o=rx
any ideas
haveing issues with .htaccess and .htpasswd...
it brings up the password screen but the password i put in isn't getting validated.
err msg
401 authorization required.
This server could not verify that ou are authorized to access the document request. either your supplied the wrong credentials or your browser doesn't understand how to supply the credentials required..
.htaccess
Authuserfile /folder1/folder2/.htpasswd
authname " locked area"
authtype basic
require valid-user
.htpasswd
locaton of file
/folder1/folder2/
name:password
and in httpd.conf
i configured Allowoverride from "none" to "All"
side note... .htpasswd is u=rw g=rx o=rx
any ideas