Replies: 1 comment 3 replies
-
use the 404 template? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey guys I was wondering if anyone has an Idea how to create a "default" route (with a controller that includes a mappingtable for old SEO-URLs) which is only applied, when there is no "Statamic" route defined for that url.
eg:
www.url.de/collection/article
(known Statamic Route - normal behavoir)
-> default Statamic Controller
www.url.de/my-old-link-with-seo-relevance
(called only, when there is no article with the slug 'my-old-link-with-seo-relevance')
-> MappingDatabase Controller
I tried the laravel routing, but it gets called prior to the statamic routes.
Thanks for your help
Beta Was this translation helpful? Give feedback.
All reactions