These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for Rewrite Nginx url's to non-case sensitive on the new forum.
I'd like to rewrite all urls what contain uppercase characters to lowercase version.
domain.com/Example > domain.com/example
domain.com/EXAMPLE > domain.com/example
domain.com/eXample > domain.com/example
What would be best option?
I think that manually editing /etc/nginx/nginx.conf is not optimal.
Thanks for all help!
Any help with this?
I am total newbie with Nginx. Apache is more familiar, but can't use same rewrite what it haves.
Up^ Still unresolved