Url 大写文件夹存储yii始终返回索引

Url 大写文件夹存储yii始终返回索引,url,yii,uppercase,Url,Yii,Uppercase,我已经创建了一个Yii应用程序。我将其存储在/testyii中 我已经创建并重写了URL。一切都好 但是现在,当我尝试通过localhost/Testyii/about(大写字母T)访问时 它总是让我回到索引。当我在componet urlManager中通过localhost/testyii/about进行访问时,可以添加以下内容 'caseSensitive'=>false 请显示您在重写url中拥有的内容?这里是“urlManager”=>array('urlFormat'=>'p

我已经创建了一个Yii应用程序。我将其存储在/testyii中

我已经创建并重写了URL。一切都好

但是现在,当我尝试通过localhost/Testyii/about(大写字母T)访问时


它总是让我回到索引。当我在componet urlManager中通过localhost/testyii/about进行访问时,可以添加以下内容

'caseSensitive'=>false

请显示您在重写url中拥有的内容?这里是“urlManager”=>array('urlFormat'=>'path','caseSensitive'=>false,'rules'=>array('//'=>'/','/'=>'/')),我认为。需要查看htaccess。尝试在RewriteMap tolowercase int:tolower RewriteRule^(.*)${tolowercase:$1}[R=301,L]