我的AKCMS使用手记

akcms

动态页列表标签

<{getindexs page=$page template=”<a href=”()index.htm()”>第一页</a>[indexs]<a href=”()index-[last].htm()”>最后一页</a>” linktemplate=”[link] ” baseurl=”index-[page].htm”}>

动态页列表伪静态规则

RewriteRule ^([a-zA-Z0-9\-]+)/index\.htm$ akcms_category.php?path=$1
RewriteRule ^([a-zA-Z0-9\-]+)/index-([0-9]+)\.htm$ akcms_category.php?path=$1&page=$2

(更多…)