Rewrite Nginx url's to non-case sensitive

3 posts / 0 new
Last post
#1 Thu, 02/15/2018 - 06:44
Mixka

Rewrite Nginx url's to non-case sensitive

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!

Wed, 02/21/2018 - 19:44
Mixka

Any help with this?

I am total newbie with Nginx. Apache is more familiar, but can't use same rewrite what it haves.

Wed, 09/12/2018 - 05:05
Mixka

Up^ Still unresolved

Topic locked