I\'ve written this in the CodeIgniter\'s routers.
$route[\'companyname\'] = \"/profile/1\";
This is working fine but when I type \"CompanyN
IN Directory system/core/uri.php
search about
$this->_parse_request_uri()
you will find 2 replace them with
strtolower($this->_parse_request_uri())