I'm in trouble with Basic HTTP.
When i try to connect to my website and i enter the login information hiawatha doesn't recognize my user and my password.
VirtualHost {
Hostname = my-domain
WebsiteRoot = /var/www/my-domain/my-folder
StartFile = admin.php
AccessLogfile = /var/www/my-domain/log/access.log
ErrorLogfile = /var/www/my-domain/log/error.log
ExecuteCGI = yes
FastCGI = PHP5
RequireSSL = yes
PasswordFile = basic:/var/www/my-domain/.passwords
}
This also happen with Digest HTTP.
Please, can you help me???