Anonymous Redirect
812 sites
Security covered
This module allows administrators to redirect all anonymous users to a specified URL. Authenticated users will still have full access to the site. You can configure the redirect destination and specify internal paths that anonymous users can still access.
Description
Grants users with admin privileges the ability to redirect all anonymous users to any internal or external URL. Authenticated are still able to access the site as per usual.
Configuration
Visit /admin/config/development/anonymous-redirect. From here you can turn on and off anonymous redirects
- Set the path that anonymous users are redirected to
- Configure a list of internal paths that anonymous users are able to access
- Use
<front>or/path_namefor internal urls, andhttps://example.comfor external links. - Wildcards (
*) are supported for URL Overrides
Installation
Install as usual, see http://drupal.org/node/895232 for further information.