This is the message I get in error log file when I try to use .htaccess file with Apache 1.3.19 on SuSe Linux 7.2.
Server clearly finds .htaccess file and reads it contents, I get dialog box asking to enter login name and password, but after I enter correct login/password I still get 401 error saying that "Authorization is required", as if I entered wrong password.
I have a proper directive in my httpd.conf which allows for .htaccess to override all directives in document root (AllowOverride All)
Content of the .htaccess is also fine, since it worked fine on older versions of Apache/Linux.
Does anyone had a similar experience or have any ideas how to solve this?
Server clearly finds .htaccess file and reads it contents, I get dialog box asking to enter login name and password, but after I enter correct login/password I still get 401 error saying that "Authorization is required", as if I entered wrong password.
I have a proper directive in my httpd.conf which allows for .htaccess to override all directives in document root (AllowOverride All)
Content of the .htaccess is also fine, since it worked fine on older versions of Apache/Linux.
Does anyone had a similar experience or have any ideas how to solve this?