去nginx配置里面有一行类似于 index.html index.php index.htm
这些顺序就是迷人顺序你把index2.php放在前面就行了
驱动没装好,下载驱动人生进行安装吧。
这个只靠修改nginx不好实现的 要修改里面的xml很麻烦的 你可以看看这个教程 http://wdhdmx.iteye.com/blog/969328
server {
listen 80;
server_name wap.test.com;
root html/wap/;
index index.html index1.php;
}
server {
listen 80;
server_name www.test.com;
root html/www/;
index index.html index.htm;
}
看错题了 无语。。。