自适应各终端懒人网址导航好看模版与导航源码
环境: php5.5 mysql5.5
先导入数据库文件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 ^/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 ^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]
常见问题FAQ
- 如何通过本站投稿资源与作品?
- 本站为开放式资源共享平台,用户可通过后台或者联系站长进行发稿,同时可设置为收费作品,平台将收取百分之十的手续费,作品不得发布违禁,违法内容与广告,如被查出有关于黄赌毒等违法内容,平台将永久封禁帐号,并配合公安机关提供用户信息!
- 下载后的资源如何使用?
- 本站所有资源来源于网络,资源的使用一般附带在文章中,如果依旧不会使用 请联系作者或者寻求度娘帮助
- 免费下载或者VIP会员专享资源能否直接商用?
- 本站所有资源均来自互联网仅供学习,版权属于原作者所有!本站所提供资源均只能用于参考学习用,请勿直接商用。若由于商用引起版权纠纷,一切责任均由使用者承担。如有侵权请联系Email:85136926@qq.com 并附上相关证明 24小时内给予删除!