帝國7.0如何設置偽靜態Apache的Rewrite-創新互聯
創新互聯www.cdcxhl.cn八線動態BGP香港云服務器提供商,新人活動買多久送多久,劃算不套路!
這篇文章主要介紹了帝國7.0如何設置偽靜態Apache的Rewrite,具有一定借鑒價值,需要的朋友可以參考下。希望大家閱讀完這篇文章后大有收獲。下面讓小編帶著大家一起了解一下。
帝國CMS7.0提供了偽靜態的設置,本文就帝國7.0下偽靜態Apache的Rewrite設置方法簡述如下:
代碼如下:
# 將 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
感謝你能夠認真閱讀完這篇文章,希望小編分享帝國7.0如何設置偽靜態Apache的Rewrite內容對大家有幫助,同時也希望大家多多支持創新互聯,關注創新互聯-成都網站建設公司行業資訊頻道,遇到問題就找創新互聯,詳細的解決方法等著你來學習!
當前文章:帝國7.0如何設置偽靜態Apache的Rewrite-創新互聯
分享網址:http://www.xueling.net.cn/article/hghco.html