HELP!!
I created a folder where .htaccess are inside, together with a HTML file. When I execute the HTML file the password check should come up, but it doesn´t.
The path in .htaccess that should lead to .htpasswd are correct.
What could be wrong?
Here comes the .htaccess file. Please help me
AuthUserFile /usr/bin/.htpasswd
AuthGroupFile /dev/null
AuthType Basic
AuthName "knasen X server"
<LIMIT GET POST>
require valid-user
</LIMIT>
I created a folder where .htaccess are inside, together with a HTML file. When I execute the HTML file the password check should come up, but it doesn´t.
The path in .htaccess that should lead to .htpasswd are correct.
What could be wrong?
Here comes the .htaccess file. Please help me
AuthUserFile /usr/bin/.htpasswd
AuthGroupFile /dev/null
AuthType Basic
AuthName "knasen X server"
<LIMIT GET POST>
require valid-user
</LIMIT>