PDA

View Full Version : Once again then... :S


chrisvmarle
10-17-2002, 07:20 PM
Hi All,

Some time ago I've asked this, but I didn't get any (usefull) replies, so here's my question again:
I'm running a Win98 server + Apache (and PHP + Perl), but since a few weeks my .htpasswd doesn't work anymore.

I get an 403 error (authorization required) if I enter a page protected this way...

Here's my part of my .htaccess:
AuthType Basic
AuthName School_Documenten
AuthUserFile c:/website/prive/.htpasswd
require valid-user

Thanks in advance
Mzzl, Chris

Nightfire
10-23-2002, 08:19 PM
I might be wrong, but I don't think htpassword or htaccess works on a windows machine.

chrisvmarle
10-23-2002, 11:05 PM
.htaccess works great, it's tricky to get a file named like that but it works.

The problem with .htpasswd is it always displays 403 - Authorization Required, like it can't find the .htpasswd

It worked before, but I can't remember I've changed anything else I could have changed it back... :(

Mzzl, Chris