Hi all
php4, Apache 1.3.11 all on W98
I have virtual server named test and I want to have only autorized person to view content.
I have .htaccess file like this
allow from all
AuthType Basic
AuthUserFile c:/test/.htpasswd
but I'm always getting 500 error from server.
Does somebody know what I'm doing wrong?
Thanx