Hi Everyone,
I am a lurker on this list, just wondering if anyone knows of a module that allows you to assign multiple urls to the same node.
I searched Drupal.org and could not find anything.
I occasionally have need to change the url for a node (while still maintaining the old one) . . . I use httpd.conf right now, but if Drupal had a way of managing these changes, that would be great!
-Jon
The Path module, which I assume you are already using, does this. Just go to /admin/build/path/add and add in another alias and that should work.
.sander
Jonathan Blackburn wrote:
Hi Everyone,
I am a lurker on this list, just wondering if anyone knows of a module that allows you to assign multiple urls to the same node.
I searched Drupal.org and could not find anything.
I occasionally have need to change the url for a node (while still maintaining the old one) . . . I use httpd.conf right now, but if Drupal had a way of managing these changes, that would be great!
-Jon
You can also use path_redirect.
From the README:
"This module allows you to specify a redirect from one path to another, using any HTTP redirect status (301 - Permanent Redirect, etc.)"
damien On Jan 18, 2008 12:09 AM, sander-martijn lists@severeddreams.com wrote:
The Path module, which I assume you are already using, does this. Just go to /admin/build/path/add and add in another alias and that should work.
.sander
Jonathan Blackburn wrote:
Hi Everyone,
I am a lurker on this list, just wondering if anyone knows of a module that allows you to assign multiple urls to the same node.
I searched Drupal.org and could not find anything.
I occasionally have need to change the url for a node (while still maintaining the old one) . . . I use httpd.conf right now, but if Drupal had a way of managing these changes, that would be great!
-Jon
-- [ Drupal support list | http://lists.drupal.org/ ]