ucbug軟件站:安全、綠色、放心的專業(yè)下載站!首頁|最近更新|專題集合|標(biāo)簽云|站內(nèi)導(dǎo)航|加入收藏

帝國cms網(wǎng)站管理系統(tǒng)V7.5偽靜態(tài)規(guī)則大全

時(shí)間:2017-11-16 17:21:09來源:ucbug游戲網(wǎng)人氣:0

帝國cms網(wǎng)站管理系統(tǒng)V7.5偽靜態(tài)規(guī)則大全∵Apache∵RewriteEngine∵On∵Rewritebase∵/∵#信息內(nèi)容頁∵RewriteCond∵%{QUERY_STRING}∵^(.*)$∵RewriteRule∵^showinfo-([0-9]+)-([0-9]+)-([0-9]+).html$∵/e/action/ShowInfo.php?classi...

帝國CMS系統(tǒng)網(wǎng)站管理系統(tǒng)V7.5偽靜態(tài)規(guī)則大全

Apache

RewriteEngine On
Rewritebase /
#信息內(nèi)容頁
RewriteCond %{QUERY_STRING} ^(.*)$
RewriteRule ^showinfo-([0-9]+)-([0-9]+)-([0-9]+).html$ /e/action/ShowInfo.php?classid=$1&id=$2&page=$3 [NC,L]
#信息列表
RewriteCond %{QUERY_STRING} ^(.*)$
RewriteRule ^listinfo-([0-9]+)-([0-9]+).html$ /e/action/ListInfo/index.php?classid=$1&page=$2 [NC,L]
#標(biāo)題分類列表頁
RewriteCond %{QUERY_STRING} ^(.*)$
RewriteRule ^infotype-([0-9]+)-([0-9]+).html$ /e/action/InfoType/index.php?ttid=$1&page=$2 [NC,L]
#TAGS信息列表頁
RewriteCond %{QUERY_STRING} ^(.*)$
RewriteRule ^tags-(.+?)-([0-9]+).html$ /e/tags/index.php?tagname=$1&page=$2 [NC,L]
#評(píng)論列表頁
RewriteCond %{QUERY_STRING} ^(.*)$
RewriteRule ^comment-([0-9]+)-([0-9]+)-([0-9]+)-([0-9]+)-([0-9]+)-([0-9]+).html$  /e/pl/index.php?doaction=$1&classid=$2&id=$3&page=$4&myorder=$5&tempid=$6 [NC,L]