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

(07-06-2019, 11:26 AM)Digital_Wolf Wrote: 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
But it doesn't allow another application.
Reply


Messages In This Thread
RE: how to open a login page only for particular ip's? - by kvanaraj - 07-07-2019, 10:00 PM



Theme © iAndrew 2016 - Forum software by © MyBB