# 探索孜然导航系统:PHP + MySQL 打造的网址导航源码
## 安装指南
### 阿帕奇伪静态
站内使用阿帕奇伪静态,配置好 cofin.php 文件后直接访问。
### 宝塔使用
使用宝塔的话,需添加伪静态规则:
```
rewrite ^/index.html$ /index.php;
rewrite ^/about.html$ /about.php;
rewrite ^/search.html$ /search.php;
rewrite ^/ranking.html$ /ranking.php;
rewrite ^/apply.html$ /apply.php;
rewrite ^/404.html$ /404.php;
rewrite ^/sort(+*).html$ /sort.php?id=$1;
rewrite ^/sort(+).html$ /sort.php?alias=$1;
rewrite ^/site_(+*).html$ /site.php?id=$1;
```
并删除.htaccess 文件。
## 账号密码
账号:无
密码:123456
## 重要声明
站内版权信息请勿删除,若有疑问可到官网添加作者联系方式。 #孜然导航系统 #网址导航源码 #安装说明
解压密码: qq112233aa
暂无评论内容