adepratama Hi everyone i'm really confuse vshost conf nginx for yii it show me return 403 is there anything for rewrite config?
idflorin From https://www.yiiframework.com/doc/guide/1.1/en/quickstart.apache-nginx-config I think you should add location / { index index.html $yii_bootstrap; try_files $uri $uri/ /$yii_bootstrap?$args; } to