Apache и htpasswd
В Денвере под виндузу... при создании htpasswd пароль юзера не кодируется и все отлично работает - тобишь чистый пароль валяется в htpasswd, его же набираешь в окне браузера при AuthType Basic и апач пропускает юзера.. А на реальном то серваке вроде ж надо кодировать при помощи passwd.exe (только как?!) -ПОДСКАЖИТЕ, ХТО ЧЕМ МОЖЕТ.
2:
Може помогут логи
Код:
Authorization Required
This server could not verify that you are authorized to access the document requested. Either you supplied the wrong
credentials (e.g., bad password), or your browser doesn't understand how to supply the credentials required.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
This server could not verify that you are authorized to access the document requested. Either you supplied the wrong
credentials (e.g., bad password), or your browser doesn't understand how to supply the credentials required.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
и второй - это когда в папке с htpasswd самого htpasswd вообще нет:
Код:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@... and inform them of the time the error occurred, and
anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@... and inform them of the time the error occurred, and
anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request
3: Кодировку unix проверял, пути абсолютные в .htaccess тоже правильные - ХЕЛП!
Я там понимаю твой реальный сервер не по управлением Windows. А в *nix системах пароли в htpasswd должны быть закодированы, а Windows не должны.. вот и весь секрет.