I want to allow local ip address (192.168.10.*) only and deny all local ip (192.168.*.*) and deny all public ip by this htaccess but why it doesn't work?
that htaccess code block all local and public ip and not allow 192.168.10.* | Why?
thanks
Best Regards
Code:
order deny,allow
deny from all
allow from 192.168.10.
thanks
Best Regards
Last edited: