Posted by mstrelan on January 16, 2013 at 1:17am
The Anonymous Redirect module redirects anonymous users to another domain. Users can still login by visiting /user or /user/login. Authenticated users can access the site as per usual.
Installation
Install as usual, see http://drupal.org/node/895232 for further information.
Configuration
Visit admin/config/development/anonymous-redirect
OR
You can also enable/disable anonymous redirect via settings.php.
This is particularly helpful if you want this always enabled on your staging
site without having to disable and enable the module when syncing your database
from production to staging/development. Just add the following to the bottom of
the appropriate settings.php file.
// Make sure anonymous redirect is always enabled / disabled.
$conf['anonymous_redirect_enable'] = TRUE; // Set to FALSE to disable.
$conf['anonymous_redirect_base'] = 'http://example.com';Downloads
Project Information
- Maintenance status: Actively maintained
- Development status: Under active development
- Module categories: Administration, Developer, Utility
- Reported installs: 13 sites currently report using this module. View usage statistics.
- Downloads: 84
- Last modified: January 18, 2013