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
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 ?
0 Replies