How do I do a case-insensitive mod_rewrite redirect to the same URL (mod case)?
- by joeforker
I'm using a case-sensitive web application to serve a few URLs that will be printed, so we expect UsErs to type them with inexact case. How do I tell mod_rewrite to redirect to the correct case URL as in [NC] without also redirecting on the case-exact URL and creating a loop?