D&C Lug - Home Page
Devon & Cornwall Linux Users' Group

[ Date Index ][ Thread Index ]
[ <= Previous by date / thread ] [ Next by date / thread => ]

Re: [LUG] .htaccess !



On Monday 13 January 2003 9:44 am, Neil Stone scribbled:
> and in the .htaccess file i put the following
>
>          AuthType Basic
>          AuthName "Restricted Files"
>          AuthUserFile /home/neil/.htpasswd
>          require user guest
>

AuthUserFile /home/neil/.htpasswd
AuthName "Restricted Files"
AuthType Basic
<Limit GET POST>
require user guest
</Limit>

If that doesnt work, try 
"require valid-user" instead of "require user guest"

--
The Mailing List for the Devon & Cornwall LUG
Mail majordomo@xxxxxxxxxxxx with "unsubscribe list" in the
message body to unsubscribe.


Lynx friendly