Snap Builder Public Codes Library
Snap | Generators | Login | Browse | Search | Enter Code | Export Snap Builder Public Codes Library

 

Category: >> .HTACCESS Codes Library >> Limit Access to the Local Area Network (LAN)


Code Snippet </> Info


Snippet Name: Limit Access to the Local Area Network (LAN)

Description: You can limit the access to your local LAN Area Network with this .htaccess code.

Note: Change the allow from 192.168.0.0/33 to your IP information.

Author:

Last Modified: 2014-05-18 17:56:46

Language: .htaccess

Highlight Mode: html

Copy Codes: Use Free Notepad ++
Bookmark and Share

Snap HTML Code Editor:
Paste the source code, make changes and instantly see it in live preview.
Snap HTML Code Editor


  About Copying
Copied To Clipboard!

# limit access to local area network <Limit GET POST PUT> order deny,allow deny from all allow from 192.168.0.0/33 </Limit>


[ Snippet Options ]

 

© 2002 -  Snap Builder Public Codes Library