Restricting access by IP

Does Reclaim Hosting include tools to limit access to folders in public_html by IP range? If so, how do I use these tools to implement access limits by IP? We want to host some campus-only materials.

This could definitely be done by placing an .htaccess file in the folder you wanted to restrict following the guide at http://www.htaccess-guide.com/deny-visitors-by-ip-address/. Most all standard Apache .htaccess directives will work in our environment so that’s a great way to restrict based on IP address if you’re not running software like WordPress that can do it at the application level.

Thanks! I’ll read up on this!