Closed (fixed)
Project:
Taxonomy VTN
Version:
6.x-1.4
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
9 Sep 2009 at 05:28 UTC
Updated:
23 Sep 2009 at 08:10 UTC
Ok, this would seem to be the simplest task to do, but I just cannot figure out how to do it.
I've created a Taxonomy Vocabulary and many terms under it. I've also created a page called taxonomy_vtn/voc/1 with an alphabetical list of the terms. Using the Taxonomy Menu module, these are all listed in a menu.
All I want is to redirect the default page that comes up when I click on the parent Taxonomy Vocabulary (taxonomy/term/1 2 3 4 5...) to taxonomy_vtn/voc/1, which is much simpler to use.
How do I do this?! Thanks!
Comments
Comment #1
AlexisWilke commentedhttp://drupal.org/project/taxonomy_redirect
Comment #2
solona commentedThanks, I figured out how to do it using url alias. I was doing it backwards before, which is why it didn't work.
Taxonomy Redirect redirects ALL terms in a vocabulary. I just wanted to redirect the parent, not the terms.
Comment #3
AlexisWilke commentedAccording to the docs, you can redirect ALL or on a per term basis... But I did not test.