关于我们

质量为本、客户为根、勇于拼搏、务实创新

< 返回新闻公共列表

thinkphp_2.2_3.0_3.1_3.2_5.0_5.1_6.0_nginx_apache_iis_伪静态设置大全

发布时间:2019-12-09 15:58:50

1、nginx伪静态设置

location / {

if (!-e $request_filename){

rewrite  ^(.*)$  /index.php?s=$1  last;   break;

}

}

bt.png


/template/Home/Zkeys/PC/Static