I've looked around for previous threads on this, but haven't found any.

Is there a way to override the taxonomy module's URL structure - http://www.domain.com/taxonomy/term/2 and replace it with something like http://www.domain.com/news?

If this isn't possible, what kind of workarounds are people using?

Comments

kaparo’s picture

It's included in the default installation, you just have to enable it

mrbert’s picture

You have to go to admin>settings>pathautho> and enable where you want pathautho to be functional.

Griffonia | Voacanga Africana

sodani’s picture

Ahh perfect. Thanks.

Island Usurper’s picture

For module developers, use hook_term_path(). This is an undocumented hook for use by modules that create their own vocabulary. The module field in the vocabulary table must not be 'taxonomy' in order to use it.

-----
Übercart -- One cart to rule them all.