安装教程在这里,列表文本将所有文件解压到网站目录 数据库文件:数据库文件.sql导入到数据库中
这里列表文本修改applicationdatabase.请确认php中的数据库信息,以下配置
hostname localhost默认
database 数据库名
username 用户名
password 密码
hostport 端口 一般3306
这是列表文本运行目录的选择/public
设置伪静态 Nginx:
location / {
if (!-e $request_filename) {
rewrite ^(.*)$ /index.php?s=/$1 last;
break;
}}Apache:
Options FollowSymlinks -Multiviews
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?/$1 [QSA,PT,L]
如果需要关闭调试模式,请修改aplicationconconfig。.在php中,app_debug将true改为false
使用说明后台地址为 你的域名/adminn.php/index/login
默认用户名为:admin 123456
![图片[1]- 网络乞丐beggars-adter广告投放系统](https://www.dh139.cn/wp-content/uploads/2025/04/2-17-1024x516.jpg)
感谢您的来访,获取更多精彩文章请收藏本站。

暂无评论内容