摘要: nginx目录下的nginx.config的location节点添加如下配置 yii2伪静态配置location / { if (!-e $request_filename) { rewrite ^(.*)$ /index.php?r=/$1 last; break; } } thinkPhP伪静态 阅读全文
posted @ 2019-01-09 09:43 light-zhang 阅读(1590) 评论(0) 推荐(0)