|
htaccess
Hello can you help me with a problem
I'm having problem setting up a password files
The htaccess work on other server.
When i uploaded to the server, the .htaccess nor the password file are not
visible and do not ask for user/pass
<LIMIT GET POST>
Require valid-user
</LIMIT>
AuthType Basic
AuthPAM_Enabled off
AuthName "Please Confirm Login"
AuthUserFile /home/httpd/vhosts/domain.com/httpdocs/arch/.htpasswd
Ja
|