kohana nginx的配置
location / {
if (!-e $request_filename) {
rewrite ^/(.*)$ /index.php?kohana_uri=/$1 last;
}
index index.php index.html index.htm;
} 原文:http://blog.csdn.net/phpfenghuo/article/details/40744065