Convert Subcontext of a Web URL to lowercase using Apache Mod_Rewrite

This article focus on a requirement from a customer who wants to alter a Web URL to his website. He wanted to convert a section in the request URL to lowercase. In a nutshell, below show his requirement.

Original: http://www.example.org/App/dosomething.php
Alterd: http://www.example.org/app/dosomething.php
Continue reading