Hi,
I have a private web site running on Apache2 on Mandrake 10, and am
controlling access using a .htaccess file referencing a password, ie
AuthName "If your names not down your not coming in."
AuthType Basic
AuthUserFile (some path)/passwdht
Require valid-user
Is there any way to tell it to NOT require a password for a given IP address
(ie, anything on my internal network 192.168.0.X)? onviously I still want it
to require a password for extenal access.
thanks
g
>> Stay informed about: Simple newbe .htaccess question..