看到官網介紹了,帝國CMS7.5可以使用TAGS ID做偽靜態,但是找了好多辦法用了都不好用,要么是太復雜,要么改了沒有反應,今天試了一天時間,終于找到簡單的解決辦法了
后臺設置(就是默認的設置,點一下默認就可以)
首頁或者其它頁面調用
[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]