I have a personnel proxy server that I would like to share with my son's. One is in college and the other is in the Air Force. Like myself, on FIOS, they have a dynamic IP. Who can suggest the proper code or script using .htaccess, or other method, to allow only them and blacklist all other IP requests.
i'm not sure of the syntax but you should be allowed to whitelist a whole range, unfortunately, this means anyone at the same place will be able to use it too. why not use htaccess to user/password it?
Well you just have to put a php check saying that if the ip is this then only allow people to access the site if its not then just exit
Well I'm going to create an HTTP Tunnel and use htaccess to password it. Of course I have no clue how. Any suggestions?