server {
listen 80;
server_name www.ci.com;
location / {
root d:/www/Codeigniter_2.0.1/;
index index.html index.htm index.php;
rewrite ^/$ /index.php last;
rewrite ^/(?!index\.php|robots\.txt|images|js|styles)(.*)$ /index.php/$1 last;
}
location ~ ^(.+\.php)(.*)$ {
root D:/www/Codeigniter_2.0.1/;
fastcgi_index index.php;
fastcgi_split_path_info ^(.+\.php)(.*)$;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
fastcgi_param PATH_INFO $fastcgi_path_info;
fastcgi_param PATH_TRANSLATED $document_root$fastcgi_path_info;
fastcgi_pass 127.0.0.1:9002;
include fastcgi_params;
}
}
以上就是nginx配置CI框架的内容,更多相关内容请关注PHP中文网(www.php.cn)!
快捷旅店管理系统(含洗浴)本程序声明为我帮助好友编写的,由于时间紧迫所以使用了一些其他程序人员设计的框架和打印控件,所以,本系统请不要使用到商业用途!打印控件:为VB目录下的install_lodop.rar作者:被脱脂的狼作者微博:http://weibo.com/2070210691作者小店:http://8thcenter.taobao.com使用语言:asp系统配置:windows xp
0
每个人都需要一台速度更快、更稳定的 PC。随着时间的推移,垃圾文件、旧注册表数据和不必要的后台进程会占用资源并降低性能。幸运的是,许多工具可以让 Windows 保持平稳运行。
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号