Ok, I has solved this problem. But, another error continue. I still got 500 Internal Server Error. It looks that it is for .htaccess bug. My file is:
SetEnv APPLICATION_ENV development
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond...