500 Page not found

My client give me source file of his Yii web site. I already upload it in ubuntu server but when I go to the url site show but content nothing is displayed.

My folder structure


/var/www/html

    assets/

    css/

    fonts/

    images/

    js/

    protected/

    themes/

    yii/

    .htaccess

    configure

    index.php



in my .htaccess:




AddDefaultCharset utf-8

php_flag display_errors on

php_flag display_startup_errors on


Options +FollowSymLinks


RewriteEngine   On


RewriteCond %{REQUEST_URI} ^/forum.*

RewriteRule ^forum.html$ forum [L]

RewriteRule ^forum/(.*) forum/$1 [L]


RewriteCond %{REQUEST_FILENAME} !^favicon\.ico

RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d


RewriteRule ^(.*)$ index.php


#Options +FollowSymLinks

#RewriteEngine on

#RewriteRule (.*) /protected/$1 [L]

I am new in Yii.I cant understand whats wrong heppend.

my projet url

104.236.7.136/

language of your site is’nt english ! i can`t read error!

The text is tranlated to 500. Page not found. Maybe that should actually be 500. Internal server error, and was tranlated wrong.