摘要:
因为你的nginx配置的是截取.php文件后缀的访问转发到PHP-CGI,而index.php和index.php/是不一样的。。 你在nginx里面写一句: if (!-e $request_filename) { rewrite ^.*$ /index.php last; }//... 阅读全文
posted @ 2014-09-20 23:59
北斗极星
阅读(2279)
评论(0)
推荐(0)
摘要:
http://www.loststop.com/archive/soft-and-internet/3819.htmlhttp://www.loststop.com/easyui/demo/datagrid6.html 阅读全文
posted @ 2014-09-20 11:46
北斗极星
阅读(549)
评论(0)
推荐(0)