Download & Extend

Anonymous Redirect

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

Version Downloads Date Links
7.x-1.x-dev tar.gz (8.29 KB) | zip (9.67 KB) 2013-Jan-18 Notes

Project Information


Maintainers for Anonymous Redirect

Issues for Anonymous Redirect

To avoid duplicates, please search before submitting a new issue.
All issues
Bug reports