Silverstripe迁移,索引和其他页面未找到。 为什么?

I recently migrated a silverstripe website from a server with apache2 to a new server with nginx. I followed these instructions: http://doc.silverstripe.org/framework/en/installation/nginx . I am using php5-fpm with tcp port (127.0.0.1:9000). The problem is that i am facing "file not found." as soon as i try to reach the website from the browser. I would appreciate any help. Thanks.

  1. Which SilverStripe version?
  2. Is there anything in the logs (both nginx and PHP)?

My slightly tuned nginx configuration for SilverStripe 3 looks like this: https://gist.github.com/xeraa/eab6bc9914e4b75009b8 — this might get you started