'URL_ROUTER_ON' => true, 'URL_ROUTE_RULES'=>array( '/^s\?wd=(.*)$/' => function(){ echo 'just test'; }, ),