我本来想弄个售价帖子,但是没看到售价地方,索性直接发吧,反正也没想着转卖,我自己用D盾查了没毒,你们下载自己也看一下,我不懂伪静态规则,没有搭建成功,而且想了想大家都在弄的,我现在上车也晚了,反正钱都花了,不能对不起花的钱,直接分享赚个好名声。 帝国cms 古诗古籍名句网站源码 全套源码 链接:https://pan.baidu.com/s/1_JaHhBGvZbZoSsN-Pvx0lA?pwd=2wjr 提取码:2wjr QQ浏览器截图20240515114225.png (286.37 KB, 下载次数: 0) 下载附件 保存到相册 3小时前 上传 宋体, 静态
里面写着规则呢: 伪静态规则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; }
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]