0

How to force request lowercase in the URL in Cloudflare?

for example, if Cloudflare get requests for https://example.com/signup/Test-Page-BLOG/ then it should be redirected to https://example.com/signup/test-page-blog/

Is that possible to use the Cloudflare page rule or any other method within Cloudflare?

Pierre.Vriens
  • 7,225
  • 14
  • 39
  • 84
Jay
  • 1,064
  • 2
  • 12
  • 21

1 Answers1

1

AFAIK, this is not possible in cloudflare. Also, this community thread suggests that it cannot be done in cloudflare.

You can handle this at your webserver configuration itself.

Samit
  • 1,021
  • 6
  • 11