随笔分类 -  ci

CodeIgniter在nginx下404 not found
摘要:server { listen 80; server_name test.platform; charset utf8; root /data/www/platform/trunk; location / { ... 阅读全文
posted @ 2014-09-29 17:13 mingaixin 阅读(7241) 评论(0) 推荐(0)