You are here

README.txt in Anonymous Redirect 8.2

Same filename and directory in other branches
  1. 7 README.txt
SUMMARY
=======

Anonymous Redirect is a drupal 8 implementation of the D7 anonymous_redirect
module with a few improvements. The module grants users with admin privileges
the ability to redirect all anonymous users to any internal or external urls.

Authenticated are still able to access the site as per usual.

INSTALLATION
============

No special install steps are necessary to use this module,
see https://www.drupal.org/documentation/install/modules-themes/modules-8
for further information.


CONFIGURATION
=============

Visit admin/config/development/anonymous-redirect. From here you will be able
to:

* Turn on and off anonymous redirects
* Set the path that anonymous users are redirected to
* Use '<front>' or '/path_name' internal urls, and "http://website_url.com" for
  external links.
* Wildcards (*) are supported for URL Overrides


Maintainer
==========

* Adrian Gordon (adrian1231) - https://www.drupal.org/u/adrian1231

File

README.txt
View source
  1. SUMMARY
  2. =======
  3. Anonymous Redirect is a drupal 8 implementation of the D7 anonymous_redirect
  4. module with a few improvements. The module grants users with admin privileges
  5. the ability to redirect all anonymous users to any internal or external urls.
  6. Authenticated are still able to access the site as per usual.
  7. INSTALLATION
  8. ============
  9. No special install steps are necessary to use this module,
  10. see https://www.drupal.org/documentation/install/modules-themes/modules-8
  11. for further information.
  12. CONFIGURATION
  13. =============
  14. Visit admin/config/development/anonymous-redirect. From here you will be able
  15. to:
  16. * Turn on and off anonymous redirects
  17. * Set the path that anonymous users are redirected to
  18. * Use '' or '/path_name' internal urls, and "http://website_url.com" for
  19. external links.
  20. * Wildcards (*) are supported for URL Overrides
  21. Maintainer
  22. ==========
  23. * Adrian Gordon (adrian1231) - https://www.drupal.org/u/adrian1231