文件名称:自适应各终端懒人网址导航源码-PHP
文件大小:2.63MB
文件格式:ZIP
更新时间:2024-07-10 06:00:56
网址导航源码 网址导航系统php源码
自适应各终端懒人网址导航源码v2.6, 此版本是在原2.4版本的基础上修复和增加了些功能。 推荐直接使用新版本,舍弃旧版本,后期会继续不定期更新。 测试环境 : 宝塔Nginx -Tengine2.2.3的PHP5.6 + MySQL5.6.44 先导入数据库文件db/db.sql 再修改config.php数据库配置 然后服务器设置好伪静态规则 访问网站OK 后台是:你的域名/admin/login.php 账号:admin 密码:qqqqqq Nginx伪静态规则 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([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; 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 ^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] IIS伪静态规则(请查看压缩包中的版本简单说明)
【文件预览】:
自适应各终端懒人网址导航源码v2.6
----module.php(4KB)
----footer.php(1KB)
----index.php(8KB)
----2.6版本简单说明.txt(3KB)
----admin()
--------style()
--------footer.php(342B)
--------edit_sort.php(2KB)
--------index.php(3KB)
--------user.php(4KB)
--------edit_nav.php(2KB)
--------add_notice.php(1002B)
--------del.php(2KB)
--------sort.php(3KB)
--------setting.php(4KB)
--------edit_apply.php(5KB)
--------nav.php(3KB)
--------list.php(4KB)
--------header.php(7KB)
--------add_list.php(4KB)
--------add_nav.php(2KB)
--------submit.php(6KB)
--------login.php(3KB)
--------apply.php(3KB)
--------edit_list.php(5KB)
--------edit_notice.php(1KB)
--------edit_link.php(2KB)
--------upimg.php(9KB)
--------link.php(3KB)
--------notice.php(3KB)
--------add_sort.php(2KB)
--------add_link.php(1KB)
----config.php(241B)
----inc()
--------member.php(389B)
--------db.class.php(4KB)
--------submit.php(1KB)
--------lang.php(2KB)
--------common.php(872B)
--------function.php(9KB)
----templates()
--------antidote()
----db()
--------db.sql(17KB)
----sort.php(5KB)
----404.php(5KB)
----assets()
--------css()
--------images()
--------layer()
--------js()
----about.php(5KB)
----go.php(6KB)
----q3.jpg(94KB)
----header.php(3KB)
----site.php(8KB)
----h2.jpg(103KB)
----h1.jpg(63KB)
----apply.php(7KB)
----q2.jpg(98KB)
----search.php(6KB)
----ranking.php(6KB)
----q1.jpg(129KB)
----favicon.ico(27KB)
说明.htm