836
愛站SEO工具包
帝國cms Apache .htaccess偽靜態規則
以下都默認的Rewrite規則設置
# 打開RewriteEngine RewriteEngine On #首頁偽靜態 RewriteRule ^index\.html$ index.php #信息列表頁 RewriteRule ^listinfo-([0-9]{1,})-([0-9]{1,})\.html$ /e/action/ListInfo/index.php?classid=$1&page=$2 #信息內容頁 RewriteRule ^showinfo-([0-9]{1,})-([0-9]{1,})-([0-9]{1,})\.html$ /e/action/ShowInfo.php?classid=$1&id=$2&page=$3 #標題分類列表頁 RewriteRule ^infotype-([0-9]{1,})-([0-9]{1,})\.html$ /e/action/InfoType/index.php?ttid=$1&page=$2 #TAGS信息列表頁 RewriteRule ^tags-([0-9]{1,})-([0-9]{1,})\.html$ /e/tags/index.php?tagname=$1&page=$2
使用方法:
將以上規則保存為.htaccess文件,並上傳到網站根目錄。
然後進入後台,設置對應頁麵為動態模式。
最後更新:2016-12-29 14:33:19