某宝购买的古诗词,自己不懂,静态规则,直接分享得了

查看 155|回复 11
作者:Bing   
我本来想弄个售价帖子,但是没看到售价地方,索性直接发吧,反正也没想着转卖,我自己用D盾查了没毒,你们下载自己也看一下,我不懂伪静态规则,没有搭建成功,而且想了想大家都在弄的,我现在上车也晚了,反正钱都花了,不能对不起花的钱,直接分享赚个好名声。
帝国cms 古诗古籍名句网站源码 全套源码
链接:https://pan.baidu.com/s/1_JaHhBGvZbZoSsN-Pvx0lA?pwd=2wjr
提取码:2wjr


QQ浏览器截图20240515114225.png (286.37 KB, 下载次数: 0)
下载附件
保存到相册
3小时前 上传

宋体, 静态

zz.zj.cn   
***内容可能违规暂时被隐藏***
袁文泽   
这源码多的很,某宝上太多骗子
websites   
里面写着规则呢:
伪静态规则nginx


        location / {
         rewrite ^/poetry/([0-9]+)\.html$ /e/action/poetry.php?classid=4&id=$1 last;
             rewrite ^/poetry/fanyi-([0-9]+)\.html$ /e/action/fanyi.php?classid=4&id=$1 last;
         rewrite ^/poetry/pinyin-([0-9]+)\.html$ /e/action/pinyin.php?classid=4&id=$1 last;
         rewrite ^/poetry/shang-([0-9]+)\.html$ /e/action/shang.php?classid=4&id=$1 last;
         rewrite ^([^\.]*)/gushi/([a-z0-9]+)_([0-9]+).html$ $1/e/tags/itag.php?py=$2&page=$3 last;
             rewrite ^([^\.]*)/gushi/([a-z0-9]+).html$ $1/e/tags/itag.php?py=$2 last;
             rewrite ^([^\.]*)/gushi/([a-z0-9]+)_([0-9]+)/$ $1/e/tags/itag.php?py=$2&page=$3 last;
             rewrite ^([^\.]*)/gushi/([a-z0-9]+)/$ $1/e/tags/itag.php?py=$2 last;
    }
东坡肉   
论坛大佬免费分享的15合1都比这好吧
Bing
OP
  
websites 发表于 2024-5-15 12:11
里面写着规则呢:
伪静态规则nginx


        location / {
         rewrite ^/poetry/([0-9]+)\.html$ /e/action/poetry.php?classid=4&id=$1 last;
             rewrite ^/poetry/fanyi-([0-9]+)\.html$ /e/action/fanyi.php?classid=4&id=$1 last;
         rewrite ^/poetry/pinyin-([0-9]+)\.html$ /e/action/pinyin.php?classid=4&id=$1 last;
         rewrite ^/poetry/shang-([0-9]+)\.html$ /e/action/shang.php?classid=4&id=$1 last;
         rewrite ^([^\.]*)/gushi/([a-z0-9]+)_([0-9]+).html$ $1/e/tags/itag.php?py=$2&page=$3 last;
             rewrite ^([^\.]*)/gushi/([a-z0-9]+).html$ $1/e/tags/itag.php?py=$2 last;
             rewrite ^([^\.]*)/gushi/([a-z0-9]+)_([0-9]+)/$ $1/e/tags/itag.php?py=$2&page=$3 last;
             rewrite ^([^\.]*)/gushi/([a-z0-9]+)/$ $1/e/tags/itag.php?py=$2 last;
    }

我用的阿帕奇
史珍香   
下载看看
八方老哥   
RewriteEngine on
RewriteRule ^/poetry/([0-9]+)\.html$ /e/action/poetry.php?classid=4&id=$1 [L]
RewriteRule ^/poetry/fanyi-([0-9]+)\.html$ /e/action/fanyi.php?classid=4&id=$1 [L]
RewriteRule ^/poetry/pinyin-([0-9]+)\.html$ /e/action/pinyin.php?classid=4&id=$1 [L]
RewriteRule ^/poetry/shang-([0-9]+)\.html$ /e/action/shang.php?classid=4&id=$1 [L]
RewriteRule ^([^\.]*)/gushi/([a-z0-9]+)_([0-9]+).html$ $1/e/tags/itag.php?py=$2&page=$3 [L]
RewriteRule ^([^\.]*)/gushi/([a-z0-9]+).html$ $1/e/tags/itag.php?py=$2 [L]
RewriteRule ^([^\.]*)/gushi/([a-z0-9]+)_([0-9]+)/$ $1/e/tags/itag.php?py=$2&page=$3 [L]
RewriteRule ^([^\.]*)/gushi/([a-z0-9]+)/$ $1/e/tags/itag.php?py=$2 [L]
前方   
是个好人,纯净版分享的话
abcdef   
D盾可不是百分百都能查出来的哦
楼主真是个好人,人家卖钱的源码,你免费分享给了大家
您需要登录后才可以回帖 登录 | 立即注册

返回顶部