当前信息若含有黄赌毒等违法违规不良内容,请点此举报!
郑重承诺丨优选源码库客服TG:yxymknet【充值开通会员请加客服】
侵权投诉:如侵权·投诉·请联系邮箱@yxymknet下架处理
看到心仪的源码不想花钱可以找客服互换
¥ 0赞助币 此资源为终身赞助VIP专享资源 开通VIP尊享优惠特权
免责声明:本资源并未取得原始权利人的授权,不可商用,仅可用于学习分析底层代码,CSS等,禁止用于商业行为。如因擅自商用引起的相关纠纷及法律责任,由使用人全部承担。支持正版,人人有责,请于下载后24小时内删除,谢谢支持!
如果蓝奏云下载失效把wws.lanzous.com/xxxx改成wws.lanzoux.com/xxxx【s改成x或i】或【wws改成wwt】注意事项: 本资源来源于网络购买或收集整理,仅供个人学习研究交流,请勿商用;
环境: php5.5左右吧+mysql
先导入数据库文件db/db.sql
再修改config.php数据库配置
然后服务器设置好伪静态规则
访问网站OK
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]![]()
if($(“#erphpdown>.erphpdown-price”).length && !$(“.single-video #erphpdown>.erphpdown-price”).length){
$(“#erphpdown”).hide()
}
