[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] htaccess and fixed IP addresses
- Subject: Re: [cobalt-users] htaccess and fixed IP addresses
- From: Ramón Batalla <ramon_batalla@xxxxxxxx>
- Date: Wed Mar 6 07:46:01 2002
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> Is it possible to transform the following htaccess file to let users
from
> fixed IP addresses access the Protected Directory without
authentication?
Yes, I use this .htaccess for customers new sites/pages test
order allow,deny
allow from 111.222.333.444 444.333.222.111
AuthType basic
Ramon