View Single Post
Old 01-11-2007, 07:59 PM   #1
Junior Member
 
Join Date: Jan 2007
Posts: 1
zXXz
Default What does this mean(.htaccess)?

Hallo,

What to do, when this error shows:
.htaccess password protection is required to access this script.
See the .htaccess section of the software manual for assistance with this error.

--------------------------------------
Domain parameters:
CGIn
PHPn
--------------------------------------
.htaccess:
AuthType Basic
AuthName "directory"
AuthUserFile /var/www/mydomain/data/www/mydomain/cgi-bin/admin/.htpasswd
<Limit GET POST>
require valid-users
</Limit>
--------------------------------------
.htpasswd:
admin:suhhh
--------------------------------------

Best Regards
zXXz
zXXz is offline   Reply With Quote