时间: 2023-01-05 20:58:03 人气: 706 评论: 0
上传压缩包后直接解压
依次点击网站→您的网站设置→伪静态,根据您的服务器环境设置如下伪静态,记得点保存(设置伪静态为thinkphp或复制下面代码)
<IfModule mod_rewrite.c>
Options +FollowSymlinks -Multiviews
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]
</IfModule>
location / {
if (!-e $request_filename) {
rewrite ^(.*)$ /index.php?s=/$1 last;
}
}
将网络目录→运行目录设置为public文件夹,然后点保存
将默认文档里面的内容替换为如下内容(index.html一定要放在index.php前面)
index.html
index.php
如图所示,记得点添加
访问您的 网址/install,进行安装
例如:http://www.baidu.com/install
①阅读软件许可协议
②检测环境
③填写数据库信息安装
点击创建数据后稍等一会创建完成会提示成功
安装完成,登录后台进行初始化程序
[重要] 将后台基本设置内网站域名改为你的当前域名,否则无法回调