Converting UpperCase letters to lowercase in .htaccess – Apache
I am trying to convert all my uppercase URL's to lower case and add a redirect rule for it but its not working. here is what my use case is https://www.example.com/CT 301 redirect to => https://www.example/test https://www.example.com/cT 301 redirect to…