摘要:
如果安装的是军哥的lnmp的话,只需要加一个rewrite:在/usr/local/nginx/conf目录创建个ci.conf,代码是:location / { if ($request_uri ~* ^/system) { rewrite ^/(.*)$ /index.php?/$1 last; break; } if (!-e $request_filename) { rewrite ^/(.*)$ /index.php?/$1 last; ... 阅读全文
posted @ 2013-01-23 17:44
myzykj
阅读(356)
评论(0)
推荐(0)
浙公网安备 33010602011771号