帝国cms 古诗古籍名句网站源码 全套源码


基于帝国CMS7.5内核的古诗词古籍名句网站源码。

页面自适应布局,适应各种设备和屏幕尺寸。提高了用户体验,对SEO友好,使得您的网站更容易被搜索引擎发现和索引。

强大的后台功能,带采集规则、语音播放、转换繁体、古文翻译、注拼音等功能。

适合做古诗词鉴赏、名句大全等字典文学行业网站。

伪静态规则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; }