Welcome Guest, Not a member yet? Register   Sign In
how to open a login page only for particular ip's?
#4

There is another more rigid way to make the so-called "white list"
in the file .htaccess or httpd.conf add the following lines:

Code:
Order Deny,Allow 
    Deny from all 
    Allow from 192.168.0.1, xxx.xxx.x.x
Reply


Messages In This Thread
RE: how to open a login page only for particular ip's? - by Digital_Wolf - 07-06-2019, 11:26 AM



Theme © iAndrew 2016 - Forum software by © MyBB