[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-developers] .htaccess
- Subject: Re: [cobalt-developers] .htaccess
- From: Frank Baschin <frank.baschin@xxxxxxxxx>
- Date: Sun Jul 15 04:47:01 2001
- Organization: more:IT GmbH
- List-id: Discussion Forum for developers on Cobalt Networks products <cobalt-developers.list.cobalt.com>
Hello,
that seems all okay.
Close your browser and restart the browser again.
I think than you will get the Username/Passwort prompting.
All browsers I know cache the authentification information of a side!
So you must stop/start your browser all time you make changes of
your .htaccess.
Also if you travel to a protected side twice a time you will NOT be
prompted for a password until you close your browser and restart
them again.
greets
frank baschin
Am Sonntag 15 Juli 2001 21:19 schrieben Sie:
> Hello,
>
> I'm very new to this list so I don't if my question is in the right place,
> but I'm sure that I will find some help here.
> So I was told that there some protection to a site if I just put 2 files in
> it to make it accessible by a username and password (.htaccess,.htpasswd)
>
> so I put the file .htaccess in the main directory of the site
>
> ------------------------------
> AuthUserFile /home/sites/site12/web/.htpasswd
> AuthName Some_Site
> AuthType Basic
> <Limit GET>
> require valid-user
> </Limit>
> ------------------------------
>
> and I made a .htpasswd and put in the same directory listed above
>
> ------------------------------
> htpasswd -c .htpasswd some_user
> ------------------------------
>
> and tried to browse for the url hoping to see a window for a username and
> password but I didn't find anything to prompt me!!!!!
>
> So please can anyone tell me where I went wrong?
> I appreciate any help from you.
>
> Regards,
> Nabil
>
>
> _______________________________________________
> cobalt-developers mailing list
> cobalt-developers@xxxxxxxxxxxxxxx
> http://list.cobalt.com/mailman/listinfo/cobalt-developers