资源描述
PHP自适应各终端懒人导航网站源码
导航网就是一个集合较多网址,并按照一定条件进行分类的一种网址站。网址导航可谓是互联网最早的网站形式之一,这次为大家带来的是懒人导航网站源码v2.4版本,该版本是在原v2.2版本的基础上修复和增加了一些新功能。推荐直接使用新版本,舍弃旧版本,后期会继续不定期更新。
懒人导航测试运行环境如下:
apache+php5.6+mysql5.6
Nginx -Tengine2.2.3的PHP5.6 + MySQL5.6.44
安装教程:
1.解压源码后先导入数据库文件db/db.sql
2.再修改config.php数据库配置
3.服务器设置好伪静态规则
后台是:域名/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]
提醒一下,如果不设置伪静态规则的话有些页面是无法正常显示的。
资源截图
转载请注明来源地址:小川编程 » https://www.youhutong.com/index.php/article/index/1908.html
1、本站发布的内容仅限用于学习和研究目的.请勿用于商业或非法用途,下载后请24小时内删除。
2、本站所有内容均不能保证其完整性,不能接受请勿购买或下载,如需完整程序,请去其官方购买正版使用
3、本站联系方式Email:admin@youhutong.com ,收到邮件会第一时间处理。
4、如侵犯到任何版权问题,请立即告知本站(立即在线告知),本站将及时删除并致以最深的歉意