есть .htaccess
в нем
AuthType Basic
AuthName "Password Required"
AuthUserFile /home/httpd/passwords/kpvtest/password.file
Require test
есть /home/httpd/passwords/kpvtest/password.file сохданный htpasswd -c password.file test
в нем
test:ozCbPkJQDi7H2
в httpd.conf
<Directory "/home/httpd/kpvtest">
Options FollowSymLinks MultiViews Includes
AllowOverride All
Order allow,deny
Allow from all
AddHandler server-parsed .html .shtml
CharsetRecodeMultipartForms Off
</Directory>
при заходе http://www.test.kpv.ru/digest/ показывает окошко, ввожу пароль(проба) - хрена, опять хочет пароль :(
и не пущает :(
что не так то?
Форум —
Security