router: set yiimp url case sensitive

This commit is contained in:
Tanguy Pruvot 2017-08-10 17:14:41 +02:00
parent bbaf7b79c6
commit 6afff0c2e5

View file

@ -22,7 +22,7 @@ return array(
'urlFormat'=>'path',
'showScriptName'=>false,
'appendParams'=>true,
'caseSensitive'=>false,
'caseSensitive'=>true,
'rules'=>array(
// prevent /explorer/id/<num>/p1/v1/... -> /explorer/<num>?params...
'/explorer/<id:\d+>' => array('/explorer', 'urlFormat'=>'get'),