I am thinking of methods to restrict public users from accessing sites on our staging server. The best method I can think of at the moment is use:
Deny from all
Allow IP Addresses
If I add this to vhost configuration then it will do what I need.
Is there any better ways of doing this? If I added our work based IP address to each vhost configuration and then the IP address was changed for any reason it would be pretty annoying to modify each one.
Also, some of the sites have test order information on, is this a secure method for doing this?
Thanks in advance,
Ian