Limit Access to the Local Area Network (LAN) - You can limit the access to your local LAN Area Network with this .htaccess code.
# limit access to local area network <Limit GET POST PUT> order deny,allow deny from all allow from 192.168.0.0/33 </Limit>