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

markabur’s picture

ivan zugec’s picture

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.

markabur’s picture

can you change the service directory page so that it accepts its argument in a different format, e.g. "service-directory/14" ?

Poieo’s picture

If you have the path module enabled, you can just create a new alias for taxonomy/term/12.

ivan zugec’s picture

I don't want to create an alias, I want to redirect the link to a view with an exposed filter.