Skip to content
Grav 2.0 is officially stable. Read the announcement →
General

Site.yaml routes taxonomy not work

Solved by pamtbaau View solution

Started by Mat 3 years ago · 2 replies · 399 views
3 years ago

Hello!

if I edit site.yaml adding some routes, the routes who use a taxonomy filter are ignored, 404 error.

for example:

TXT
taxonomies:
  - category
TXT
routes: 
    /tracked-carrier: 'category:tracked-carrier'

not work
if I place manually the address... https://mysite.com/category:tracked-carrier works perfect
some idea?

3 years ago Solution

@msa, Not sure if it fits your needs, but using redirects it will work:

The following config in /user/config/site.yaml on a default Blog Site skeleton...

TXT
redirects:
    /mushroom: /tag:mushroom

...will show a list of blog items with tag mushroom.

3 years ago

@pamtbaau always save me! Thanks!

now works perfect

Suggested topics

Topic Participants Replies Views Activity
General · by Hanns Mattes, 3 weeks ago
1 266 3 weeks ago
General · by Andy Miller, 3 weeks ago
0 195 3 weeks ago
General · by Jerry Hunt, 3 weeks ago
2 331 3 weeks ago
General · by pamtbaau, 3 weeks ago
1 253 3 weeks ago
General · by Andy Miller, 3 weeks ago
0 221 3 weeks ago