Hi, we're running into an issue where both lowercase and uppercase versions of our urls are being indexed
Example a): website.com/hello/this-URL/
Example: b) website.com/hello/this-url/
This occurred because some of our content was linking to example A. We have since corrected all internal links within our website to link to example B. According to some research, this is often done via apache settings but our website uses case sensitive files "exAmple.jpg" "formCustomer.php" so doing that would make these files invalid. Overhauling our website to satisfy the apache fix would require many many man hours. Is there a way to do this within Processwire's core, something like strtolower urls then proceed.
Thanks. Been a ProcessWire user for 7 years I love it, use it daily.