源碼安裝方法
1.将源碼上傳到寶塔站點目錄之後解壓
2.去config目錄下找到database.php文件配置數據庫
3.導入數據庫
4.切換php版本8.0
5.設置僞靜态
僞靜态代碼
location ~* (runtime|application)/{
return 403;
}
location / {
if (!-e $request_filename){
rewrite ^(.*)$ /index.php?s=$1 last; break;
}
}
location ~* (runtime|application)/{
return 403;
}
location / {
if (!-e $request_filename){
rewrite ^(.*)$ /index.php?s=$1 last; break;
}
}
location ~* (runtime|application)/{ return 403; } location / { if (!-e $request_filename){ rewrite ^(.*)$ /index.php?s=$1 last; break; } }
後台賬号:
admin@qq.com
後台密碼:
123456
功能還挺多的,各位有興趣的可以去看看