1 Answer
one of the method worked for me that i attached below try it...
<Directory /var/www/html/dir/dir1>
order allow,deny
allow from all
deny from 192.168.1.10 192.168.1.25
</Directory>
after that restart the apache service and check it...
Your Answer
x