Gossamer Forum
Quote Reply
Help!!!
In first i am sorry for my english:-)
----------------------------------Hello.

I have a small problem I put my htaccess file in directory cgi-bin and now when I want to rate or add a site it asks the password... how I can resolve has that...

thank you...



Quote Reply
Re: Help!!! In reply to
You need to put the .htaccess/.htpasswd files in a sub-directory beneath your cgi-bin where your regular .cgi files reside. Put the admin files (admin.cgi, admin_html.pl, and all the other library files) in that sub-directory, which conveniently you should name admin, like the following:

Code:

/cgi-bin/admin


Regards,

Eliot Lee
Quote Reply
Re: Help!!! In reply to
Think you ...

thats good ...super !!

merci

sam

Quote Reply
Re: Help!!! In reply to
You're welcome.

Regards,

Eliot Lee