Forward with masking

Is there a way to set up forwarding with masking? For example, I want this URL https://unstoppablespeakerchallenge.com/join-now to show https://unstoppablespeakerchallenge.com/ in the browser when it’s typed in. Or if someone just types in https://unstoppablespeakerchallenge.com/ it will show https://unstoppablespeakerchallenge.com/join-now

In the platform we’re using I am forced to have something after the last / and can’t remove that. That’s why I’m wondering about masking.

Cloudflare doesn’t do masking. But you can add a Page Rule that forwards requests for example.com to example.com/join-now

It needs to go the other direction /join-now to / – which can only be done with masking. Thanks!

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.