[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] .htaccess not working on a raq550 ?



Hello all,

I have made the following:

.htaccess

AuthType Basic
AuthName "Please enter your invitation code"
AuthUserFile /home/sites/www.xxxxxx.com/web/dir/.htpasswd
AuthPAM_enabled off

<limit GET PUT POST>
require valid-user
</limit>


this is placed in the /web/dir as mentioned above.
I have made permissions in the GUI to run .cgi

I constantly get the following error.

The server encountered an internal error or misconfiguration and was unable
to complete your request. Your administrator may not have enabled CGI access
for this directory.

Note that the .htpasswd file is also inplace.

Any suggestions ? It is a raq550

Robbert