Base URL case sensitive

Problem:

Base path set: /Test1/Analyze

When a user doesn't use the correct case sensitive base path for instance this:

http://localhost:5173/test1/analyze

The server is configured with a public base URL of /Test1/Analyze - did you mean to visit /Test1/Analyze/test1/analyze instead?


When hosting the website live it the automatically redirects the user to the /Test1/Analyze/test1/analyze which doesn't exists.

Is there a way to allow case insensitive base urls ? Or just handle the redirect oneself and just send them to the correct basepath ?
Was this page helpful?