Hi, I have a site that I am working on that employees appear in a number of areas. To make the nav complete I have to recreate their pages multiple times. I have loaded the actual content into blocks and cloned them so I can solve that problem, but it would be much cleaner if I could simply apply multiple path aliases to a sinble page. Does anyone know how this can be done?
thanks in advance for any help.
thanks
--jerry
Try PAth Redirect.
http://drupal.org/project/path_redirect
Steve
On Jun 1, 2012, at 4:38 PM, Gerald Klein wrote:
Hi, I have a site that I am working on that employees appear in a number of areas. To make the nav complete I have to recreate their pages multiple times. I have loaded the actual content into blocks and cloned them so I can solve that problem, but it would be much cleaner if I could simply apply multiple path aliases to a sinble page. Does anyone know how this can be done?
thanks in advance for any help.
thanks
--jerry
-- Gerald Klein DBA ContactMe@geraldklein.com www.geraldklein.com jk@zognet.com 708-599-0352
Linux registered user #548580
-- [ Drupal support list | http://lists.drupal.org/ ]
Hi and thanks for the post, this is a great module but doesn't serve my purpose. This module just redirects to another URL, I need something that allows the setting of multiple aliases for the same page and the URL remains intact after load. I want for example: http://somesite/project1/bill and http://somesite/project2/bill
to point to the same content.
But thanks for this module I can see it's usefuleness.
thanks for help and in advance for anyone who knows the answer to my problem.
thanks again
--jerry
On Fri, Jun 1, 2012 at 6:39 PM, Steve Edwards killshot91@gmail.com wrote:
Try PAth Redirect.
http://drupal.org/project/path_redirect
Steve
On Jun 1, 2012, at 4:38 PM, Gerald Klein wrote:
Hi, I have a site that I am working on that employees appear in a number of areas. To make the nav complete I have to recreate their pages multiple times. I have loaded the actual content into blocks and cloned them so I can solve that problem, but it would be much cleaner if I could simply apply multiple path aliases to a sinble page. Does anyone know how this can be done?
thanks in advance for any help.
thanks
--jerry
--
Gerald Klein DBA**** ContactMe@geraldklein.com www.geraldklein.com http://geraldklein.com/**** jk@zognet.com**** 708-599-0352****
Linux registered user #548580
-- [ Drupal support list | http://lists.drupal.org/ ]
-- [ Drupal support list | http://lists.drupal.org/ ]
I haven't used Path Redirect much, but I think it will do that.
You can always manually create the aliases at the URL Alias admin page.
I assume you are aware that search engines can penalize you for duplicate content by having multiple paths to the same content. So you might want to use Global Redirect with whichever solution you use. That module will minimize what the search engines see as duplicate content. I don't see it mentioned often, but I consider it a "must have" on every site.
Nancy
Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.
From: Gerald Klein
Hi and thanks for the post, this is a great module but doesn't serve my purpose. This module just redirects to another URL, I need something that allows the setting of multiple aliases for the same page and the URL remains intact after load. I want for example: http://somesite/project1/bill%C2%A0 and http://somesite/project2/bill
to point to the same content.