Is it possible to block an ip range and allow one single ip to access a site using .htaccess?
I know the script for denying an ip range let's say 203.218.xx.xxx is
If I wish to allow an ip add 203.218.22.777 access, how do I go about it?
Thanks!
I know the script for denying an ip range let's say 203.218.xx.xxx is
(I copy from my Cpanel file manager)<Files 403.shtml>
order allow,deny
allow from all
</Files>
deny from 203.218.
If I wish to allow an ip add 203.218.22.777 access, how do I go about it?
Thanks!