Gossamer Forum
Home : Products : Links 2.0 : Installation -- Windows :

Passwording /cgi-bin/adim directory

Quote Reply
Passwording /cgi-bin/adim directory
Greetings,
If any one has been able to set the passwd on the admin directory in windows98, e-mail me i cant figure out how to do it
Thanks
Quote Reply
Re: Passwording /cgi-bin/adim directory In reply to
This is a web server issue and not related to Links. As a hint tho, if you are using Apache try reading the docs on creating .htaccess files http://apache.org has some good docs for it. If you are using Xitami try adding something like:
[links/cgi-bin/admin]
your_user_name="your_password"

into the default.aut file.
Hope this helps.


------------------
$blah='82:84:70:77';
print chr($_) foreach (split/:/,$blah);