我正在安装yii框架,但它显示/的索引

I copied all required files to my debian server. /requirments.php shows "Your server configuration satisfies the minimum requirements by this application." But still when I open my-domain.com it shows "Index of /" and directory structure instead of starting a yii application.

What am I missing

I found out that mode_rewrite was not enabled from Apache. As I enabled it, it started working.