I upload the project to a shared hosting account, and the .htaccess:
AddHandler fastcgi-script .fcgi
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ /yuanzhe/mysite/mysite/mysite2.fcgi/$1 [QSA,L]
but found 404 when I visit http://youdishou.com/hello
Thanks!