User login

Configuring Global Redirect and Path Redirect

The modules in question:
Global Redirect: http://drupal.org/project/globalredirect
Path Redirect: http://drupal.org/project/path_redirect

Download and place your modules in the sites/all/modules directory of your site using your chosen method. Agaric recommends Drush.

Enable your modules at http://example.com/admin/build/modules

  • Global Redirect (Searches for an alias of the current URL and 301 redirects if found. Stops duplicate content arising when path module is enabled.)
  • Path Redirect (Redirect users from one URL to another.)

Global Redirect needs no configuration. The only important thing for Path Redirect is to go to the Pathauto settings (because you do have Pathauto installed already, don't you?) at http://example.com/admin/settings/pathauto and make the following change:

  1. Click General settings to open this field set.
  2. Switch Update action: ("What should pathauto do when updating an existing content item which already has an alias?") to the new option provided by Path Redirect: Create a new alias. Redirect from old alias.

Finally installing Global Redirect and Path Auto were inspired by Kathleen Murtaugh's guide to contributed modules.

Resolution

Searched words: 
path_redirect not pathredirect globalredirect not global_redirect Drupal configure global redirect set up path redirect Drupal module Drupal install global redirect path redirect

Comments

Post new comment

The content of this field is kept private and will not be shown publicly.
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.
  • You can use Markdown syntax to format and style the text. Also see Markdown Extra for tables, footnotes, and more.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <img> <blockquote> <small> <h2> <h3> <h4> <h5> <h6> <sub> <sup> <p> <br> <strike> <table> <tr> <td> <thead> <th> <tbody> <tt> <output>
  • Lines and paragraphs break automatically.

More information about formatting options

By submitting this form, you accept the Mollom privacy policy.