=== Authorize by IP === Contributors: hebeisenconsulting Donate link: http://hebeisenconsulting.com/wordpress-authorize-by-ip/ Tags: ip authorize, ip blocking, temporary page, 301 redirect page, redirect page Requires at least: 3.0 Tested up to: 3.2 Stable tag: 1.1 == Description == Authorize by IP allows access to a wordpress website behind an existing website based on the visitor's IP. This is especially usefull during the development of a new wordpress website, allowing access to the client to view progress. The plugin will authorize their computer with a cookie allowing prolonged access. The plugin lets you specify where non authorized visitors are redirected to, or to a custom under construction page. == Installation == 1. Upload authorize-by-ip folder to the `/wp-content/plugins/` directory OR through wp-admin, upload authorize-by-ip.zip in plugin 'Add New' page. 2. Activate the plugin through the 'Plugins' menu in WordPress. 3. Settings can be found under 'Setting' menu at the left side of wp-admin. == Frequently Asked Questions == = What is the purpose of this plugin? = The main purpose of this plugin is to hide a wordpress site from public while still in development. Those involved in the development can supply their IP to gain access. = How does it works? = Upon activating, all IPs are blocked from accessing the wordpress website. You need to specify authorized IPs and an alternative site to be redirected to for unauthorized visitors. = Can it block IP by country? = Currently, no. You only have to specify IP addresses specifically. == Changelog == = 1.1 = * Add automatic own IP button = 1.0 = * First major release