Cloudflare type URL normalization to remove multiple slashes(/) in the URL.
It’s not working as expected.
I’m trying to use the Cloudflare type URL normalization to remove multiple slashes(/) in the URL.
After a hit, the URL https://example.com/abc// is redirecting to https://example.com/abc/.
But when I try this completely -> https://www.example.com/abc//, it’s producing the correct page but the URL remains https://www.example.com/abc// without any change. Using page rules for resolving this also not working.
I have a DNS CNAME record for example.com and also another record with www.
Dexarc Root is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.