宝塔环境安装thinkcmf5 开启rewrite伪静态方法

thinkcmf5宝塔liunx版Nginx环境开启伪静态步骤。 1、绑定网站运行目录、   2、填写伪静态规则: location / { index index.php index.html index.htm; if (!-e $request_filename) { rewrite ^/(.*)$ /index.
相关文章
相关标签/搜索