博客屋网址导航自适应主题php源码v1.0

maolai 主题模板评论6011阅读模式

博客屋网址导航自适应主题php源码v1.0是一个以PHP+MySQL进行开发的网址导航源码。模板源码后台开源无加密,可二次开发,前端响应式自适应多端屏幕。主题源码适合个人建站技术,个人博客论坛,个人日记分享等个人网站内容。站长也可以修改成其他行业的内容目录导航。演示地址http://cn.bokew.com/

此版本自带ico接口集成,添加网站时,可自动获取favicon.ico图标。同时集成外链工具、whoic查询、二维码生成、ico在线生成等多种源码工具。有兴趣的站长可下载测试开发。

安装说明:将文件上传到你网站的根目录,导入数据库文件cn_bokew_com_20240705_114119.sql.gz然后修改根目录下的config.php文件为你的数据库信息。最后输入登录地址http://cn.bokew.com/admin/login.php改为你的域名。登录帐号和密码都是bokew 进入后台-系统设置-改为你的网站信息。

设置伪静态

apache

RewriteEngine On
rewritebase /
RewriteRule ^index.\html /index\.php [L,NC]
RewriteRule ^about\.html about\.php [L,NC]
RewriteRule ^search\.html search\.php [L,NC]
RewriteRule ^ranking\.html ranking\.php [L,NC]
RewriteRule ^wz\.html wzall\.php [L,NC]
RewriteRule ^apply\.html apply\.php [L,NC]
RewriteRule ^404\.html 404\.php [L,NC]
RewriteRule ^sort([0-9]+)\.html sort\.php?id=$1 [L,NC]
RewriteRule ^sort([a-zA-Z]+)\.html sort\.php?alias=$1 [L,NC]
RewriteRule ^site_([0-9]+)\.html site\.php?id=$1 [L,NC]
RewriteRule ^wz([0-9]+)\.html wz\.php?id=$1 [L,NC]
RewriteRule ^wzshow_([0-9]+)\.html wzshow\.php?id=$1 [L,NC]

ngixn

rewrite ^/index.html$ /index.php;
rewrite ^/about.html$ /about.php;
rewrite ^/search.html$ /search.php;
rewrite ^/ranking.html$ /ranking.php;
rewrite ^/wz.html$ /wzall.php;
rewrite ^/apply.html$ /apply.php;
rewrite ^/404.html$ /404.php;
rewrite ^/sort([1-9]+[0-9]*).html$ /sort.php?id=$1;
rewrite ^/sort([a-zA-Z]+).html$ /sort.php?alias=$1;
rewrite ^/site_([1-9]+[0-9]*).html$ /site.php?id=$1;
rewrite ^/wz([1-9]+[0-9]*).html$ /wz.php?id=$1;
rewrite ^/wzshow_([1-9]+[0-9]*).html$ /wzshow.php?id=$1;

百度网盘下载链接https://pan.baidu.com/s/10ZsYtY5e4w6VHKCvx6srhw?pwd=zdbx 提取码: zdbx

下载https://down.chinaz.com/soft/51636.htm

 
maolai
  • 本文由 maolai 发表于 2024年7月5日 12:03:00
  • 转载请务必保留本文链接:http://www.bokequ.com/581.html

发表评论