东方星雨

简单网络

一个爱好网络的80后男站长。

关注我东方星雨个人微信号:476847113

您现在的位置是:首页 > 站长日志

帝国CMS7.5TAGSID伪静态方法

2018-12-09 站长 站长日志

帝国CMS7.5TAGSID伪静态步骤

1、后台设置(就是默认的设置,点一下默认就可以)
帝国CMS7.5TAGSID伪静态方法

2、首页或者其它页面调用方法

[showtags]'',20,0,'',0,'',' ',0,'','tagid'[/showtags]

当前内容页面调用

[showtags]'selfinfo',10,0,'',0,'',' ',0,'','tagid'[/showtags]

.htaccess伪静态规则

RewriteRule ^tags-(.+?)-([0-9]+).html$ /e/tags/index.php?tagname=$1&page=$2 [NC,L]


文章评论