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

Re: [cobalt-users] htaccess and fixed IP addresses



> 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