Forum Moderators: phranque
ok, I'd really appreciate it if someone would help me with this. I'm trying to restrict access to a domain and I would like to do it, if possible this way:
by known IP addresses
AND by requiring username/password
That is two conditions have to be met, a person from a certain IP comes to my site AND they have to enter a username and password.
There are descriptions of each SEPARATE functions but I'd like to know if there is a way to require *both* from someone before they can view the contents.
I'm not paranoid btw, just curious if this can be done and if so, how.
Please know that I'm a total noobie so when explaining don't assume I know anything ;o)
Thanks very much in advance.
If you want to allow users from speccific IPs to access the site without a password, then see the Apache core "Satisfy any" directive. But the *and* behaviour (Satisfy all) is the default setting.
Jim