Case insensitivity in nginx – SEO
We have several SEO pages like: http://www.example.com/PageOne.html Which we redirect in config like: location = /PageOne.html { rewrite ^/(.*) /seo.php?id=1 last; } Problem is if a user access this page by typing: http://www.example.com/pageone.html "Page Not Found" error is displaying. There…