I read the thread and I think you still can resrict access to only computers on your local network or subnet. Even considering the fact that the clients on the network have dynamic ip addresses, the only thing that changes is that last octet i.e. 192.168.1.xxx. You can setup your site to only allow from your subnet. Here's how that is done.
Code:
Order allow, deny
Allow from 192.168.1
This tells apache to evaluate "Allow" first while setting the default state to "deny".
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.