If I have a URL like this:
http://localhost:8100/winners/?code=1234
Is it possible to configure the page so that the parameter is passed as this:
http://localhost:8100/winners/1234
Community Page
Last updated:
Last updated:
If I have a URL like this:
http://localhost:8100/winners/?code=1234
Is it possible to configure the page so that the parameter is passed as this:
http://localhost:8100/winners/1234