奉贤网站建设专家网络营销网站分析
修改配置文件vhosts.conf:
在location / { } 中添加这段代码:
location / {index index.html index.htm index.php;#autoindex on;if (!-e $request_filename) {rewrite ^(.*)$ /index.php?s=/$1 last;break;}
}
修改配置文件vhosts.conf:
在location / { } 中添加这段代码:
location / {index index.html index.htm index.php;#autoindex on;if (!-e $request_filename) {rewrite ^(.*)$ /index.php?s=/$1 last;break;}
}