Is it possible to handpick few ip addresses to allow access to localhost over LAN and rejecting other incoming connections? I am running XAMPP.
OS : Windows XP
|
feedback
|
This question came from our site for professional and enthusiast programmers.
|
Yes. Create .htaccess file. Inside place...
This will allow from all LAN IP that start with 192.168, plus two specific additional IPs. Reject all others. | |||
|
feedback
|
Localhostis 127.0.0.1 and can not be accessed from LAN or any host other than itself. – Turbo J Oct 3 '11 at 18:04