|
|
|
| Вот мой .htsccess:
AuthType Basic
AuthName admin
require valid-user
AuthUserFile /home/site/admin/.htpasswd
<Files .htpasswd>
deny from all
</Files>
|
При вводе логина + Пароль выдает
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@magic.ios.by 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.
В чем дело или же гдето другая проблема зарыта??? | |
|
|