rfranz Posted December 14, 2022 Share Posted December 14, 2022 Hey everyone, Not sure if this is the right place for this, but I'm hoping to create a custom URL Slug for a page on my website that can accept a series of random digits at the end of it, like this: https://www.example.com/sn1/#### For example, if someone searched https://www.example.com/sn1/1234 or https://www.example.com/sn1/4321 they would be directed to the same page. Link to comment
creedon Posted December 15, 2022 Share Posted December 15, 2022 Use URL Mappings to do this. Enter something like the following. /sn1/[name] -> /abc 301 Let us know how it goes. Find my contributions useful? Please like, upvote, mark my answer as best , and see my profile. Thanks for your support! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment