nginx配置

打开nginx的配置文件nginx.conf文件,修改如下:

#我使用的是虚拟主机配置
server{
listen80;
server_namedev.example.com;

rewrite_logon;

root/www/web/htdocs/dev.example.com;
indexindex.phpindex.htmlindex.htm;

location/{
indexindex.phpindex.htmlindex.htm;
}

location~\.php($|/){
fastcgi_pass127.0.0.1:9000;
fastcgi_indexindex.php;
fastcgi_split_path_info^(.+\.php)(.*)$;
fastcgi_paramPATH_INFO$fastcgi_path_info;
fastcgi_paramSCRIPT_FILENAME$document_root$fastcgi_script_name;
includefastcgi_params;
}

if(!-e$request_filename){
rewrite^/(.*)$/index.php/$1last;
break;
}

location~/\.ht{
denyall;
}
}

现在就可以用pathinfo模式访问了,如:

http://dev.example.com/app/welcome/test

热门推荐

1 虎年新年专属祝福语简短
2 恋爱很久的祝福语简短
3 单位搬迁新楼祝福语简短
4 新年祝福语给婆婆简短
5 简短媳妇的生日祝福语
6 相恋人回去祝福语简短
7 新人给朋友祝福语简短
8 结婚给姐妹祝福语简短
9 结婚对白誓言简短祝福语
10 八一幼儿祝福语大全简短
11 公司乔迁食堂祝福语简短
12 婚礼结束聚餐祝福语简短
13 儿媳买车妈妈祝福语简短
14 毕业送礼老师祝福语简短
15 同事辞职正常祝福语简短
16 恭贺新婚文案祝福语简短
17 金店立秋祝福语简短英文
18 婆婆高寿祝福语大全简短