K7

K7Blog

须知少年凌云志 曾许人间第一流.
proton
telegram

宝塔chevereto1.6.2中文安装教程

github (中文汉化):https://github.com/keven1024/chevereto-free-chinese

app
content
images

这三个目录设置 777 权限,然后网站配置文件加入代码:

location / {
    if (-f $request_filename/index.html){ rewrite (.*) $1/index.html break; } if (-f $request_filename/index.php){ rewrite (.*) $1/index.php; } if (!-f $request_filename){ rewrite (.*) /index.php; } try_files $uri $uri/ /api.php; } location /admin { try_files $uri /admin/index.php?$args;
    }

访问域名配置数据库安装,然后进入到数据库找到 chv_users,将 user_language 字段改为 zh-CN 即为中文

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.