Подскажите пожалуйста ! На хостинге джино всё работает ! На русониксе на выделенном сервере пишется такая вот ошибка в логах:
[Tue Dec 24 10:13:36 2013] [error] [client 195.191.88.115] access to / failed, reason: verification of user id 'metko' not configured
[Tue Dec 24 10:14:03 2013] [error] [client 195.191.88.115] user metko: authentication failure for "/": Password Mismatch
AuthUserFile /var/www/vhosts/metko.ru/subdomains/.htpasswd
AuthType Basic
AuthName "Login Details"
Require valid-user
AddDefaultCharset UTF-8
Options +FollowSymLinks
IndexIgnore */*
RewriteEngine on
# if a directory or a file exists, use it directly
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
# otherwise forward it to index.php
RewriteRule . index.php