搭建教程:

1.首先准备虚拟主机或者服务器

环境要求:PHP7.0 sg11拓展,MySQL 5.6.50

把源码上传目录解压出来,然后设置伪静态,然后访问域名按提示安装,账户:admin 密码:123456

nginx伪静态:

location / {
index index.php index.html;
if (!-e $request_filename) {
rewrite ^/(.*)$ /index.php last;
}
}

Apache伪静态:

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteBase /
RewriteRule . /index.\php

 


多多源码 » 导航猫导航源码

发表回复

鼠标悬停颜色改变 实例 css5.com.cn