[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] [Raq3] .htaccess question
- Subject: RE: [cobalt-users] [Raq3] .htaccess question
- From: Jerald C Jones <jcjones@xxxxxxxxxx>
- Date: Mon Oct 23 18:24:01 2000
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> Here is a listing of my .htaccess file which is located in
> /home/sites/home/users/admin/web/test
>
> AuthName Test
> AuthType Basic
> AuthUserFile /home/sites/home/users/admin/web/test/.htpasswd
> require valid-user
>
>
Well, Sorry, I went back and looked *again* in the archives and discovered a message I had previously missed. I made the following
changes to my .htaccess file and finally it worked.
<Limit GET POST>
require valid-user
</Limit>
Out of curiosity, why would the <Limit> tag make a difference as to it working or not? It would seem that this should only limit
the authorization to a web browser and allow telnet and ftp to get there otherwise. Please explain this if anyone has any idea why
this tag is required.
Thanks,
JC Jones :)