I cannot make taxonomy term feed work with pathauto. For example:

/taxonomy/term/1/0/feed --> /food/fish/feed doesn't work

Pathauto properly aliases taxonomy terms but not the feed element. When I use /food/fish/feed instead of a feed page, I get the regular category page.

This only happens with taxonomy feeds, all other feeds work as expected.

What am I doing wrong?

Also, Pathauto does not use the internationalization module for taxonomy or am I missing something?

Comments

bloggeredit’s picture

Status: Active » Closed (fixed)

Ok I found a solution:

In taxonomy tems path settings, Internal feed alias text must be set to 0/feed. "feed" won't work.

I am closing this then.

greggles’s picture

Correct - that field was added because some views users need "feed" instead of "0/feed".

Jean-Philippe Fleury’s picture

Status: Closed (fixed) » Active

Hi.

I confirm that I had to put 0/feed in the "Internal feed alias text" field to have a functional feed redirection. I think that the help message:

The text to use for aliases for RSS feeds. Examples are "feed" and "0/feed"

should be changed to be more comprehensible.

By the way, is it possible to change the "feed" word and have for example "monterme/rss" instead of "monterme/feed"?

Thanks.

dave reid’s picture

Status: Active » Fixed

Current text is The text to use for aliases for RSS feeds. Examples are "0/feed" (used throughout Drupal core) and "feed" (used by some contributed Drupal modules, like Views).

And no, I don't think it would be possible. This has to translate to a real Drupal system path.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.