How to set default path?

Hi! I have a dynamic URL with ticket_id variable, “abc.com/ticket/ticket_id

how do I set it such that “abc.com/ticket” goes to a specific ticket (i want the latest ticket to show), so that it doesn’t lead to a 404 page if users try to go to the “abc.com/ticket” page?

Hi, you have to create a different page with /ticket as path. Variable in path are not optional.