亚洲免费乱码视频,日韩 欧美 国产 动漫 一区,97在线观看免费视频播国产,中文字幕亚洲图片

      1. <legend id="ppnor"></legend>

      2. 
        
        <sup id="ppnor"><input id="ppnor"></input></sup>
        <s id="ppnor"></s>

        帝國(guó)cms偽靜態(tài)apache的rewrite規(guī)則設(shè)置

        字號(hào):


            # 將 rewriteengine 模式打開
            rewriteengine on
            #信息內(nèi)容頁: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
            #標(biāo)題分類列表頁: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
            以上都是默認(rèn)的rewrite規(guī)則設(shè)置