By ivan zugec on
I have created a view with an exposed filter used to filter by taxonomy term (example.com/service-directory?t=12). Now I want to change the term path on a specific vocabulary to always point to "service-directory?t=12" instead of "taxonomy/term/12".
What's the best way to do this.
thanks.
Comments
taxonomy_redirect
try this: http://drupal.org/project/taxonomy_redirect
yep tried that module, but it
yep tried that module, but it didn't work.
It would return "service-directory?t=14" as "service-directory%3Ft%3D14" which would create a 404 error.
---
WebWash: Drupal Tutorials and Videos
...
can you change the service directory page so that it accepts its argument in a different format, e.g. "service-directory/14" ?
...
If you have the path module enabled, you can just create a new alias for taxonomy/term/12.
I don't want to create an
I don't want to create an alias, I want to redirect the link to a view with an exposed filter.
---
WebWash: Drupal Tutorials and Videos