You are here

README.txt in Global Redirect 7

CONTENTS OF THIS FILE
---------------------

 * Introduction
 * Installation
 * Configuration

INTRODUCTION
------------
 * Checks the current URL for an alias and does a 301 redirect to it if it is
   not being used.
 * Checks the current URL for a trailing slash, removes it if present and
   repeats check 1 with the new request.
 * Checks if the current URL is the same as the site_frontpage and redirects to
   the frontpage if there is a match.
 * Checks if the Clean URLs feature is enabled and then checks the current URL
   is being accessed using the clean method rather than the 'unclean' method.
 * Checks access to the URL. If the user does not have access to the path, then
   no redirects are done. This helps avoid exposing private aliased node's.
 * Make sure the case of the URL being accessed is the same as the one set by
   the author/administrator. For example, if you set the alias
   "articles/cake-making" to node/123, then the user can access the alias with
   any combination of case.
 * Most of the above options are configurable in the settings page.

INSTALLATION
------------
 * Install as you would normally install a contributed Drupal module. See:
   https://drupal.org/documentation/install/modules-themes/modules-7
   for further information.

CONFIGURATION
-------------
 * Customize the module settings in Administration » Configuration »
   System » Global Redirect (/admin/config/system/globalredirect)
 * The module can check whether the user has access to a path before
   redirecting. However, this has a performance impact, so the option is
   disabled by default. If this is a concern for your site, enable
   "Menu Access Checking".

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Installation
  5. * Configuration
  6. INTRODUCTION
  7. ------------
  8. * Checks the current URL for an alias and does a 301 redirect to it if it is
  9. not being used.
  10. * Checks the current URL for a trailing slash, removes it if present and
  11. repeats check 1 with the new request.
  12. * Checks if the current URL is the same as the site_frontpage and redirects to
  13. the frontpage if there is a match.
  14. * Checks if the Clean URLs feature is enabled and then checks the current URL
  15. is being accessed using the clean method rather than the 'unclean' method.
  16. * Checks access to the URL. If the user does not have access to the path, then
  17. no redirects are done. This helps avoid exposing private aliased node's.
  18. * Make sure the case of the URL being accessed is the same as the one set by
  19. the author/administrator. For example, if you set the alias
  20. "articles/cake-making" to node/123, then the user can access the alias with
  21. any combination of case.
  22. * Most of the above options are configurable in the settings page.
  23. INSTALLATION
  24. ------------
  25. * Install as you would normally install a contributed Drupal module. See:
  26. https://drupal.org/documentation/install/modules-themes/modules-7
  27. for further information.
  28. CONFIGURATION
  29. -------------
  30. * Customize the module settings in Administration » Configuration »
  31. System » Global Redirect (/admin/config/system/globalredirect)
  32. * The module can check whether the user has access to a path before
  33. redirecting. However, this has a performance impact, so the option is
  34. disabled by default. If this is a concern for your site, enable
  35. "Menu Access Checking".