'benchmark', 'basePath' => __DIR__ . '/protected', 'components' => array( 'urlManager' => array( 'enablePrettyUrl' => true, ), ) ); $application = new yii\web\Application($config); $application->run();