会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
siyed
CnBlogs
Home
New Post
Contact
Admin
Subscription
2013年12月6日
codeigniter(ci)在nginx下返回404的处理方法即codeigniter在nginx下配置方法
codeigniter(ci)在nginx下返回404的处理方法即codeigniter在nginx下配置方法进入nginx的配置文件 加上一句(本来就有这句,只需要修改一下就行了)location / { index index.php; if (!-e $request_filename) { rewrite ^/(.*)$ /index.php?$1 last; break; }}
Read More
posted @ 2013-12-06 16:46 siyed
Views(347)
Comments(0)
Diggs(0)
Edit
公告