From 6afff0c2e58e42d2dd8e29e472cb9ff32ac4e5bb Mon Sep 17 00:00:00 2001 From: Tanguy Pruvot Date: Thu, 10 Aug 2017 17:14:41 +0200 Subject: [PATCH] router: set yiimp url case sensitive --- web/yaamp/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/yaamp/config.php b/web/yaamp/config.php index 8797092..1331e3e 100644 --- a/web/yaamp/config.php +++ b/web/yaamp/config.php @@ -22,7 +22,7 @@ return array( 'urlFormat'=>'path', 'showScriptName'=>false, 'appendParams'=>true, - 'caseSensitive'=>false, + 'caseSensitive'=>true, 'rules'=>array( // prevent /explorer/id//p1/v1/... -> /explorer/?params... '/explorer/' => array('/explorer', 'urlFormat'=>'get'),