帝國cms偽靜態(tài)apache的rewrite規(guī)則設置
來源:易賢網 閱讀:1352 次 日期:2014-11-17 14:28:04
溫馨提示:易賢網小編為您整理了“帝國cms偽靜態(tài)apache的rewrite規(guī)則設置”,方便廣大網友查閱!

# 將 rewriteengine 模式打開

rewriteengine on

#信息內容頁:showinfo-[!--classid--]-[!--id--]-[!--page--].html

rewritecond %{query_string} ^(.*)$

rewriterule ^showinfo-(.+?)-(.+?)-(.+?).html$ /e/action/showinfo.php?classid=$1&id=$2&page=$3

#信息列表:listinfo-[!--classid--]-[!--page--].html

rewritecond %{query_string} ^(.*)$

rewriterule ^listinfo-(.+?)-(.+?).html$ /e/action/listinfo/index.php?classid=$1&page=$2

#標題分類列表頁:infotype-[!--ttid--]-[!--page--].html

rewritecond %{query_string} ^(.*)$

rewriterule ^infotype-(.+?)-(.+?).html$ /e/action/infotype/index.php?ttid=$1&page=$2

#tags信息列表頁:tags-[!--tagname--]-[!--page--].html

rewritecond %{query_string} ^(.*)$

rewriterule ^tags-(.+?)-(.+?).html$ /e/tags/index.php?tagname=$1&page=$2

以上都是默認的rewrite規(guī)則設置

更多信息請查看IT技術專欄

更多信息請查看網絡編程
關于我們 | 聯(lián)系我們 | 人才招聘 | 網站聲明 | 網站幫助 | 非正式的簡要咨詢 | 簡要咨詢須知 | 新媒體/短視頻平臺 | 手機站點

版權所有:易賢網