Two urls for the same view #7070
-
I have a situation, where there are two url's, I know I can use I triedAdding a default route to web.php |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Are those urls managed by entries? If so, all you need to do is set |
Beta Was this translation helpful? Give feedback.
Are those urls managed by entries? If so, all you need to do is set
template: pages.show
so they both use the same template and voila! 💥