Oleg - 2004-07-21

Hello people. I'm using phpwiki v1.3.7.
I just need to protect editing of my pages through the HTTP Auth. Please, tell me how to.
I have edited index.php:
1)i've set "allow_http_auth" -  true
2)allow user login - true
3)sign in before edit - true
4)auth_file="/etc/httpd/.htpasswd

Using superuser i've added one user to .htpasswd
(i've apache2 installed - so:
htpasswd .htpasswd user1

It seems to be just fine, but when i press EDIT button on my page and i enter user1:user1password in the corresponding fields it says: "Invalid userID or password"

What is wrong ?