Skip to main content

Configuration Guidelines for Application

Configuration on Application Configuration Web

setup AssetManager

'assetManager' => [
// 'appendTimestamp' => true,
'hashCallback' => function ($path) {
return hash('md4', $path);
},
'linkAssets' => true,
],

Add Trusted Host

Add Range of trusted Host in request Parameter

'trustedHosts' => ['*.*.*.*/*']