[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] [Raq3] .htaccess question



> 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  :)