<cite id="soqa1"><track id="soqa1"></track></cite>

<em id="soqa1"></em>
<sup id="soqa1"><rt id="soqa1"></rt></sup>
    1. <cite id="soqa1"><track id="soqa1"></track></cite><cite id="soqa1"></cite>
      av高清,丝袜性亚洲,天堂…中文在线最新版在线,AV在线不卡观看免费观看,精品日韩精品国产另类专区,亚洲色大成网站WWW永久男同,韩国无码AV片午夜福利,亚洲AV秘?片一区二区三区水牛

      iis6下常用系統(tǒng)的偽靜態(tài)規(guī)則列表(包括wordpress、thinkphp)

      windows平臺虛擬主機實現(xiàn)偽靜態(tài)(URL Rewrite)的流程:進入虛擬主機控制面板,點“ISAPI篩選器 ”,點擊“開啟自定義的URL靜態(tài)化支持”,再修改/others/discuz/httpd.conf 在里面添加您自己的規(guī)則即可。主機上面的設置參考:http://m.gangqidianzi.cn/faq/list.asp?unid=795


      注意,所有規(guī)則放在一起可能會有沖突,只放置你需要的規(guī)則即可。

      #shopex4.8 
      RewriteBase /
      RewriteCond %{REQUEST_FILENAME} \.(html|htm|php|php2|php3|php4|php5|phtml|pwml|inc|asp|aspx|ascx|jsp|cfm|cfc|pl|cgi|shtml|shtm|phtm|xml)$
      RewriteCond %{REQUEST_FILENAME} !-f
      RewriteCond %{REQUEST_FILENAME} !-d
      RewriteRule ^(?!shopadmin)(.*)$ index.php?$1 [L,QSA]

      #shopex4.72
      RewriteRule /index.html /index.php
      RewriteRule /default.html /index.php
      RewriteRule /bulletin.html /index.php?gOo=article_list.dwt&acat=1
      RewriteRule /bulletin_([0-9]+).html /index.php?gOo=article_list.dwt&acat=1&p=$1
      RewriteRule /catalog.html /index.php?gOo=goods_category.dwt
      RewriteRule /list.html /index.php?gOo=goods_search_list.dwt
      RewriteRule /list_([0-9]+).html /index.php?gOo=goods_search_list.dwt&p=$1
      RewriteRule /member.html /index.php?gOo=member_home.dwt
      RewriteRule /faq.html /index.php?gOo=help.dwt&acat=2
      RewriteRule /faq_([0-9]+).html /index.php?gOo=help.dwt&acat=2&p=$1
      RewriteRule /safe.html /index.php?gOo=help_safe.dwt
      RewriteRule /howtobuy.html /index.php?gOo=help_buystep.dwt
      RewriteRule /howtopay.html /index.php?gOo=help_send.dwt
      RewriteRule /contactus.html /index.php?gOo=help_contact.dwt
      RewriteRule /aboutus.html /index.php?gOo=help_copyright.dwt
      RewriteRule /feedback.html /index.php?gOo=shopbbs.dwt
      RewriteRule /feedback_([0-9]+).html /index.php?gOo=shopbbs.dwt&p=$1
      RewriteRule /friendlink.html /index.php?gOo=linkmore.dwt
      RewriteRule /register.html /index.php?gOo=register_1.dwt
      RewriteRule /lostpass.html /index.php?gOo=forget.dwt
      RewriteRule /product/([0-9]+).html /index.php?gOo=goods_details.dwt&goodsid=$1 
      RewriteRule /product_([0-9]+).html /index.php?gOo=goods_details.dwt&goodsid=$1 
      RewriteRule /([0-9]+)_([^.]*).html /index.php?gOo=goods_details.dwt&goodsid=$1 
      RewriteRule /article_([0-9]+).html /index.php?gOo=help_details.dwt&articleid=$1 
      RewriteRule /message_([0-9]+).html /index.php?gOo=article_details.dwt&articleid=$1 
      RewriteRule /catalog_([0-9]+).html /index.php?gOo=goods_search_list.dwt&gcat=$1 
      RewriteRule /catalog_([0-9]+)_([0-9]+).html /index.php?gOo=goods_search_list.dwt&gcat=$1&p=$2 
      RewriteRule /addtofavorites_([0-9]+).html /index.php?gOo=addmembergoods.do&goodsid=$1 
      RewriteRule /list_([a-zA-Z]+).html /index.php?gOo=goods_search_list.dwt&gtype=$1 
      RewriteRule /list_([a-zA-Z]+)_([0-9]+).html /index.php?gOo=goods_search_list.dwt&gtype=$1&p=$2

      #ecshop
      RewriteRule ^(.*)/index.html$                $1/index\.php          [I]
      RewriteRule ^(.*)/category$                  $1/index\.php          [I]
      RewriteRule ^(.*)/feed-c([0-9]+).xml$        $1/feed\.php\?cat=$2    [I]
      RewriteRule ^(.*)/feed-b([0-9]+).xml$        $1/feed\.php\?brand=$2  [I]
      RewriteRule ^(.*)/feed.xml$                  $1/feed\.php           [I]
      RewriteRule ^(.*)/category-([0-9]+)-b([0-9]+)-min([0-9]+)-max([0-9]+)-attr([^-]*)-([0-9]+)-(.+)-([a-zA-Z]+)(.*)\.html$  $1/category\.php\?id=$2&brand=$3&price_min=$4&price_max=$5&filter_attr=$6&page=$7&sort=$8&order=$9 [I]
      RewriteRule ^(.*)/category-([0-9]+)-b([0-9]+)-min([0-9]+)-max([0-9]+)-attr([^-]*)\.html$                            $1/category\.php\?id=$2&brand=$3&price_min=$4&price_max=$5&filter_attr=$6                          [I]
      RewriteRule ^(.*)/category-([0-9]+)-b([0-9]+)-([0-9]+)-(.+)-([a-zA-Z]+)(.*)\.html$                              $1/category\.php\?id=$2&brand=$3&page=$4&sort=$5&order=$6                                          [I]
      RewriteRule ^(.*)/category-([0-9]+)-b([0-9]+)-([0-9]+)(.*)\.html$                                       $1/category\.php\?id=$2&brand=$3&page=$4                                                           [I]
      RewriteRule ^(.*)/category-([0-9]+)-b([0-9]+)(.*)\.html$                                            $1/category\.php\?id=$2&brand=$3                                                                   [I]
      RewriteRule ^(.*)/category-([0-9]+)(.*)\.html$                               $1/category\.php\?id=$2                              [I]
      RewriteRule ^(.*)/category-([0-9]+)-b([0-9]+)\.html(.*)$                                            $1/category\.php\?$4&id=$2&brand=$3
      RewriteRule ^(.*)/goods-([0-9]+)(.*)\.html$                                  $1/goods\.php\?id=$2                                 [I]
      RewriteRule ^(.*)/article_cat-([0-9]+)-([0-9]+)-(.+)-([a-zA-Z]+)(.*)\.html$  $1/article_cat\.php\?id=$2&page=$3&sort=$4&order=$5  [I]
      RewriteRule ^(.*)/article_cat-([0-9]+)-([0-9]+)(.*)\.html$                   $1/article_cat\.php\?id=$2&page=$3                   [I]
      RewriteRule ^(.*)/article_cat-([0-9]+)(.*)\.html$                            $1/article_cat\.php\?id=$2                           [I]
      RewriteRule ^(.*)/article-([0-9]+)(.*)\.html$                                $1/article\.php\?id=$2                               [I]
      RewriteRule ^(.*)/brand-([0-9]+)-c([0-9]+)-([0-9]+)-(.+)-([a-zA-Z]+)\.html   $1/brand\.php\?id=$2&cat=$3&page=$4&sort=$5&order=$6 [I]
      RewriteRule ^(.*)/brand-([0-9]+)-c([0-9]+)-([0-9]+)(.*)\.html                $1/brand\.php\?id=$2&cat=$3&page=$4                  [I]
      RewriteRule ^(.*)/brand-([0-9]+)-c([0-9]+)\.html(.*)$                        $1/brand\.php\?$4&id=$2&cat=$3                  [I]
      RewriteRule ^(.*)/brand-([0-9]+)-c([0-9]+)(.*)\.html                         $1/brand\.php\?id=$2&cat=$3                          [I]
      RewriteRule ^(.*)/brand-([0-9]+)(.*)\.html                                   $1/brand\.php\?id=$2                                 [I]
      RewriteRule ^(.*)/tag-(.*)\.html                                             $1/search\.php\?keywords=$2                          [I]
      RewriteRule ^(.*)/snatch-([0-9]+)\.html$                                     $1/snatch\.php\?id=$2                                [I]
      RewriteRule ^(.*)/group_buy-([0-9]+)\.html$                                  $1/group_buy\.php\?act=view&id=$2                    [I]
      RewriteRule ^(.*)/auction-([0-9]+)\.html$                                    $1/auction\.php\?act=view&id=$2                      [I]
      RewriteRule ^(.*)/exchange-id([0-9]+)(.*)\.html$                             $1/exchange\.php\?id=$2&act=view                     [I]
      RewriteRule ^(.*)/exchange-([0-9]+)-min([0-9]+)-max([0-9]+)-([0-9]+)-(.+)-([a-zA-Z]+)(.*)\.html$ $1/exchange\.php\?cat_id=$2&integral_min=$3&integral_max=$4&page=$5&sort=$6&order=$7 [I]
      RewriteRule ^(.*)/exchange-([0-9]+)-([0-9]+)-(.+)-([a-zA-Z]+)(.*)\.html$                         $1/exchange\.php\?cat_id=$2&page=$3&sort=$4&order=$5 [I]
      RewriteRule ^(.*)/exchange-([0-9]+)-([0-9]+)(.*)\.html$                                          $1/exchange\.php\?cat_id=$2&page=$3  [I]
      RewriteRule ^(.*)/exchange-([0-9]+)(.*)\.html$                                                   $1/exchange\.php\?cat_id=$2  [I]

      #phpwind 跟shopex4.85的規(guī)則有沖突! #是注釋符號,默認沒啟用phpwind的規(guī)則的。
      #RewriteRule ^(.*)-htm-(.*)$ $1.php?$2
      #RewriteRule ^(.*)simple/([a-z0-9\_]+\.html)$ $1/simple/index.php?$2

      #discuz 老版本規(guī)則
      RewriteRule ^(.*)/archiver/([a-z0-9\-]+\.html)$ $1/archiver/index\.php\?$2
      RewriteRule ^(.*)/forum-([0-9]+)-([0-9]+)\.html$ $1/forumdisplay\.php\?fid=$2&page=$3
      RewriteRule ^(.*)/thread-([0-9]+)-([0-9]+)-([0-9]+)\.html$ $1/viewthread\.php\?tid=$2&extra=page\%3D$4&page=$3
      RewriteRule ^(.*)/profile-(username|uid)-(.+)\.html$ $1/viewpro\.php\?$2=$3
      RewriteRule ^(.*)-htm-(.*)$ $1.php?$2
      RewriteRule ^(.*)simple/([a-z0-9\_]+\.html)$ $1/simple/index.php?$2
      RewriteRule ^(.*)/archiver/((fid|tid)-[\w\-]+\.html)\?*(.*)$ $1/archiver/index\.php\?$2&$4
      RewriteRule ^(.*)/forum-([0-9]+)-([0-9]+)\.html\?*(.*)$ $1/forumdisplay\.php\?fid=$2&page=$3&$4
      RewriteRule ^(.*)/thread-([0-9]+)-([0-9]+)-([0-9]+)\.html\?*(.*)$ $1/viewthread\.php\?tid=$2&extra=page\%3D$4&page=$3&$4
      RewriteRule ^(.*)/space-(username|uid)-(.+)\.html\?*(.*)$ $1/space\.php\?$2=$3&$4
      RewriteRule ^(.*)/tag-(.+)\.html\?*(.*)$ $1/tag\.php\?name=$2&$3

      #Discuz!x和discuz x1.5偽靜態(tài)規(guī)則
      RewriteRule ^(.*)/topic-(.+)\.html\?*(.*)$ $1/portal\.php\?mod=topic&topic=$2&$3
      RewriteRule ^(.*)/article-([0-9]+)\.html\?*(.*)$ $1/portal\.php\?mod=article&articleid=$2&$3
      RewriteRule ^(.*)/forum-(\w+)-([0-9]+)\.html\?*(.*)$ $1/forum\.php\?mod=forumdisplay&fid=$2&page=$3&$4
      RewriteRule ^(.*)/thread-([0-9]+)-([0-9]+)-([0-9]+)\.html\?*(.*)$ $1/forum\.php\?mod=viewthread&tid=$2&extra=page\%3D$4&page=$3&$5
      RewriteRule ^(.*)/group-([0-9]+)-([0-9]+)\.html\?*(.*)$ $1/forum\.php\?mod=group&fid=$2&page=$3&$4
      RewriteRule ^(.*)/space-(username|uid)-(.+)\.html\?*(.*)$ $1/home\.php\?mod=space&$2=$3&$4
      RewriteRule ^(.*)/([a-z]+)-(.+)\.html\?*(.*)$ $1/$2\.php\?rewrite=$3&$4

      #discuz-------supsite/x-space
      RewriteRule ^(.*)/archiver/([a-z0-9\-]+\.html)$ $1/archiver/index\.php\?$2
      RewriteRule ^(.*)/forum-([0-9]+)-([0-9]+)\.html$ $1/forumdisplay\.php\?fid=$2&page=$3
      RewriteRule ^(.*)/thread-([0-9]+)-([0-9]+)-([0-9]+)\.html$ $1/viewthread\.php\?tid=$2&extra=page\%3D$4&page=$3
      RewriteRule ^(.*)/profile-(username|uid)-(.+)\.html$ $1/viewpro\.php\?$2=$3
      RewriteRule ^(.*)-htm-(.*)$ $1.php?$2
      RewriteRule ^(.*)simple/([a-z0-9\_]+\.html)$ $1/simple/index.php?$2

       

      #Start dznt URL Rewrite (discuz NT)

          RewriteRule ^(.*)/userinfo-([0-9]+)\.html$  $1/userinfo.aspx?userid=$2
          RewriteRule ^(.*)/showforum-([0-9]+)\.html$  $1/showforum.aspx?forumid=$2
          RewriteRule ^(.*)/showtopic-([0-9]+)\.html$  $1/showtopic.aspx?topicid=$2
          RewriteRule ^(.*)/showforum-([0-9]+)-([0-9]+)\.html$  $1/showforum.aspx?forumid=$2&page=$3
          RewriteRule ^(.*)/showtopic-([0-9]+)-([0-9]+)\.html$  $1/showtopic.aspx?topicid=$2&page=$3
          RewriteRule ^(.*)/archiver/showforum-([0-9]+)\.html$  $1/archiver/showforum.aspx?forumid=$2
          RewriteRule ^(.*)/archiver/showtopic-([0-9]+)\.html$  $1/archiver/showtopic.aspx?topicid=$2
          RewriteRule ^(.*)/archiver/showtopic-([0-9]+)-([0-9]+)\.html$  $1/archiver/showtopic.aspx?topicid=$2&page=$3
          RewriteRule ^(.*)/archiver/showforum-([0-9]+)-([0-9]+)\.html$  $1/archiver/showforum.aspx?forumid=$2&page=$3
          RewriteRule ^(.*)/tools/rss-([0-9]+)\.html$  $1/tools/rss.aspx?forumid=$2
          RewriteRule ^(.*)/tools/spacerss-([0-9]+)\.html$  $1/tools/rss.aspx?uid=$2&type=space
          RewriteRule ^(.*)/tools/photorss-([0-9]+)\.html$  $1/tools/rss.aspx?uid=$2&type=photo
          RewriteRule ^(.*)/space\/((\w|\s)+)((\/?))?$  $1/space/index.aspx?user=$2
          RewriteRule ^(.*)/space\/((\w|\s|-)+)((\/?))?\?((.*)+)$  $1/space/index.aspx?user=$2&$6

          RewriteRule ^(.*)/showdebate-([0-9]+)\.html$  $1/showdebate.aspx?topicid=$2
          RewriteRule ^(.*)/showbonus-([0-9]+)\.html$  $1/showbonus.aspx?topicid=$2

          RewriteRule ^(.*)/postgoods-(\d+)*.html$  $1/postgoods.aspx?categoryid=$2
          RewriteRule ^(.*)/showgoodslist-(\d+)(-(\d+))?.html$  $1/showgoodslist.aspx?categoryid=$2&page=$4
          RewriteRule ^(.*)/showgoods-(\d+)*.html$  $1/showgoods.aspx?goodsid=$2

      #End dznt URL Rewrite settings

      #Start dvphp URL Rewrite settings

          RewriteRule ^(.*?\/)(?:forum)-([-0-9]+)\/?$ $1index.php?__is_iis_rewrite=1&__rewrite_arg=$2
          RewriteRule ^(.*?\/)(?:board)-([-0-9]+)\/?$ $1dispbbs.php?__is_iis_rewrite=1&__rewrite_arg=$2
          RewriteRule ^(.*?\/)([_a-zA-Z]+)-([-0-9]+)\/?$ $1$2.php?__is_iis_rewrite=1&__rewrite_arg=$3
          RewriteRule ^(.*?(?:index|dv_forum|dispbbs))-([-0-9]+)\.html$ $1.php?__is_iis_rewrite=1&__rewrite_arg=$2
      #End dvphp URL Rewrite settings

      #uchome
      RewriteRule ^(.*)/(space|network)-(.+)\.html$ $1/$2\.php\?rewrite=$3 [L]
      RewriteRule ^(.*)/(space|network)\.html$ $1/$2\.php [L]
      RewriteRule ^(.*)/([0-9]+)$ $1/space\.php\?uid=$2 [L]
      RewriteRule ^(.*)/archiver/((fid|tid)-[0-9]+\.html)\?*(.*)$ $1/archiver/index\.php\?$2&$4
      #end uchome

      #dzx2.0  apache和iis通用(apache需去除[NU]參數(shù))
      RewriteEngine On
      RewriteCond %{QUERY_STRING} ^(.*)$
      RewriteRule ^(.*)/topic-(.+)\.html$ $1/portal.php?mod=topic&topic=$2&%1
      RewriteCond %{QUERY_STRING} ^(.*)$
      RewriteRule ^(.*)/article-([0-9]+)-([0-9]+)\.html$ $1/portal.php?mod=view&aid=$2&page=$3&%1
      RewriteCond %{QUERY_STRING} ^(.*)$
      RewriteRule ^(.*)/forum-(\w+)-([0-9]+)\.html$ $1/forum.php?mod=forumdisplay&fid=$2&page=$3&%1
      RewriteCond %{QUERY_STRING} ^(.*)$
      RewriteRule ^(.*)/thread-([0-9]+)-([0-9]+)-([0-9]+)\.html$ $1/forum.php?mod=viewthread&tid=$2&extra=page\%3D$4&page=$3&%1
      RewriteCond %{QUERY_STRING} ^(.*)$
      RewriteRule ^(.*)/group-([0-9]+)-([0-9]+)\.html$ $1/forum.php?mod=group&fid=$2&page=$3&%1
      RewriteCond %{QUERY_STRING} ^(.*)$
      RewriteRule ^(.*)/space-(username|uid)-(.+)\.html$ $1/home.php?mod=space&$2=$3&%1 [NU]
      RewriteCond %{QUERY_STRING} ^(.*)$
      RewriteRule ^(.*)/blog-([0-9]+)-([0-9]+)\.html$ $1/home.php?mod=space&uid=$2&do=blog&id=$3&%1
      RewriteCond %{QUERY_STRING} ^(.*)$
      RewriteRule ^(.*)/(fid|tid)-([0-9]+)\.html$ $1/index.php?action=$2&value=$3&%1

      #dzx2.5 apache和iis通用(apache需去除[NU]參數(shù))
      RewriteEngine On
      RewriteBase /
      RewriteCond %{QUERY_STRING} ^(.*)$
      RewriteRule ^topic-(.+)\.html$ portal.php?mod=topic&topicid=$1&%1
      RewriteCond %{QUERY_STRING} ^(.*)$
      RewriteRule ^article-([0-9]+)-([0-9]+)\.html$ portal.php?mod=view&aid=$1&page=$2&%1
      RewriteCond %{QUERY_STRING} ^(.*)$
      RewriteRule ^forum-(\w+)-([0-9]+)\.html$ forum.php?mod=forumdisplay&fid=$1&page=$2&%1
      RewriteCond %{QUERY_STRING} ^(.*)$
      RewriteRule ^thread-([0-9]+)-([0-9]+)-([0-9]+)\.html$ forum.php?mod=viewthread&tid=$1&extra=page\%3D$3&page=$2&%1
      RewriteCond %{QUERY_STRING} ^(.*)$
      RewriteRule ^group-([0-9]+)-([0-9]+)\.html$ forum.php?mod=group&fid=$1&page=$2&%1
      RewriteCond %{QUERY_STRING} ^(.*)$
      RewriteRule ^space-(username|uid)-(.+)\.html$ home.php?mod=space&$1=$2&%1 [NU]
      RewriteCond %{QUERY_STRING} ^(.*)$
      RewriteRule ^blog-([0-9]+)-([0-9]+)\.html$ home.php?mod=space&uid=$1&do=blog&id=$2&%1
      RewriteCond %{QUERY_STRING} ^(.*)$
      RewriteRule ^archiver/(fid|tid)-([0-9]+)\.html$ archiver/index.php?action=$1&value=$2&%1
      RewriteCond %{QUERY_STRING} ^(.*)$
      RewriteRule ^([a-z]+[a-z0-9_]*)-([a-z0-9_\-]+)\.html$ plugin.php?id=$1:$2&%1

       

      #dzx3.0 apache和iis通用(apache需去除[NU]參數(shù))
      RewriteEngine On
      RewriteBase /
      RewriteCond %{QUERY_STRING} ^(.*)$
      RewriteRule ^topic-(.+)\.html$ portal.php?mod=topic&topic=$1&%1
      RewriteCond %{QUERY_STRING} ^(.*)$
      RewriteRule ^article-([0-9]+)-([0-9]+)\.html$ portal.php?mod=view&aid=$1&page=$2&%1
      RewriteCond %{QUERY_STRING} ^(.*)$
      RewriteRule ^forum-(\w+)-([0-9]+)\.html$ forum.php?mod=forumdisplay&fid=$1&page=$2&%1
      RewriteCond %{QUERY_STRING} ^(.*)$
      RewriteRule ^thread-([0-9]+)-([0-9]+)-([0-9]+)\.html$ forum.php?mod=viewthread&tid=$1&extra=page\%3D$3&page=$2&%1
      RewriteCond %{QUERY_STRING} ^(.*)$
      RewriteRule ^group-([0-9]+)-([0-9]+)\.html$ forum.php?mod=group&fid=$1&page=$2&%1
      RewriteCond %{QUERY_STRING} ^(.*)$
      RewriteRule ^space-(username|uid)-(.+)\.html$ home.php?mod=space&$1=$2&%1 [NU]
      RewriteCond %{QUERY_STRING} ^(.*)$
      RewriteRule ^blog-([0-9]+)-([0-9]+)\.html$ home.php?mod=space&uid=$1&do=blog&id=$2&%1
      RewriteCond %{QUERY_STRING} ^(.*)$
      RewriteRule ^archiver/(fid|tid)-([0-9]+)\.html$ archiver/index.php?action=$1&value=$2&%1
      RewriteCond %{QUERY_STRING} ^(.*)$
      RewriteRule ^([a-z]+[a-z0-9_]*)-([a-z0-9_\-]+)\.html$ plugin.php?id=$1:$2&%1

      #wordpess偽靜態(tài)規(guī)則

      1.新建一個"chineseurl.php"文件并上傳至wordpress的安裝目錄:
      <?php

      // IIS Mod-Rewrite
      if (isset($_SERVER['HTTP_X_ORIGINAL_URL'])) {
      $_SERVER['REQUEST_URI'] = $_SERVER['HTTP_X_ORIGINAL_URL'];
      }
      // IIS Isapi_Rewrite
      else if (isset($_SERVER['HTTP_X_REWRITE_URL'])) {
      $_SERVER['REQUEST_URI'] = $_SERVER['HTTP_X_REWRITE_URL'];
      }
      else
      {
      // Use ORIG_PATH_INFO if there is no PATH_INFO
      if ( !isset($_SERVER['PATH_INFO']) && isset($_SERVER['ORIG_PATH_INFO']) )
      $_SERVER['PATH_INFO'] = $_SERVER['ORIG_PATH_INFO'];

      // Some IIS + PHP configurations puts the script-name in the path-info (No need to append it twice)
      if ( isset($_SERVER['PATH_INFO']) ) {
      if ( $_SERVER['PATH_INFO'] == $_SERVER['SCRIPT_NAME'] )
      $_SERVER['REQUEST_URI'] = $_SERVER['PATH_INFO'];
      else
      $_SERVER['REQUEST_URI'] = $_SERVER['SCRIPT_NAME'] . $_SERVER['PATH_INFO'];
      }

      // Append the query string if it exists and isn't null
      if (isset($_SERVER['QUERY_STRING']) && !empty($_SERVER['QUERY_STRING'])) {
      $_SERVER['REQUEST_URI'] .= '?' . $_SERVER['QUERY_STRING'];
      }
      }

      require("index.php");

      ?>

      2.在控制面板-isapi篩選器-打開自定義偽靜態(tài)支持
       3.修改主機/others/discuz/目錄下的規(guī)則文件httpd.conf在[ISAPI_Rewrite]下添加:
      RewriteBase /
      RewriteCond %{REQUEST_URI} !^.*(.css|.js|.gif|.png|.jpg|.jpeg|.xml)
      RewriteRule ^(?!index.php|wp-|xmlrpc)(.*)$ /chineseurl.php [I,L]





      Thinkphp   IIS6偽靜態(tài)規(guī)則

      RewriteEngine On
      RewriteBase /

      RewriteRule .*\.(?:gif|jpg|png|css|js|txt|jpeg|swf|flv) $0 [I,L]

      RewriteRule /httpd(?:\.ini|\.parse\.errors) / [F,I,O]

      RewriteCond %{REQUEST_FILENAME} !-f

      RewriteCond %{REQUEST_FILENAME} !-d

      RewriteRule ^(?!/index.php)(?!/admin.php)(.*)$ /index.php/$1 [L]



      編輯:三五互聯(lián)
      日期:2014-12-23

      收藏 】 【 打印 】   
      您可對文檔進行評分喲~

      勾選遇到的問題提交給我們,收到反饋后保證及時修正更新!

      提交反饋需要先登陸會員帳號

      上一篇:linux+apache常規(guī)偽靜態(tài)設置教程
      下一篇:iis下常用程序的偽靜態(tài)規(guī)則列表(包括wordpress、thinkphp)
      若文檔內容對您沒有幫助,不能解決問題? 您還可以 咨詢在線客服提交工單搜索常見問題 ,我們將竭誠為您服務。
        >> 相關文章
       
      分享至:
      主站蜘蛛池模板: 野外做受又硬又粗又大视频 | 大陆精大陆国产国语精品| 国产香蕉AV| 综合夜夜干天天摸| 久久久久人妻精品区一三寸| 亚洲成片在线看一区二区| 日韩欧激情一区二区三区| 久久精品亚洲成人av| 国产成人午夜精品福利| 国产精品有码在线观看| 又大又粗又硬又爽黄毛少妇| 欧洲亚洲国产综合| 99国产成人| 极品美女国产精品免费一区 | 老司机免费的精品视频| 免费人妻无码不卡中文18禁| 国产JIZzJIzz视频全部免费| 日韩成人精品中文字幕18禁| 又大又粗又硬又黄的免费视频| 久久中文字幕综合不卡一二区| 五月天激情国产综合婷婷婷| 国产精品嫩草99av在线| 日韩av偷拍| 影音先锋亚洲激情天堂| 朔州市| 伊人热热久久原色播放WWW| 欧美性肉色videos丝袜| 国产日韩欧美精品一区二区三区| 国产三级精品三级在线专区 | 1024你懂的国产精品| 国产在线视频一区二区三区| 日本一区二区三区东京热| 97在线观看永久免费视频下载 | 91高级网站| 97超碰日韩| 午夜一级做a爰片久久毛片| 女人香蕉久久毛毛片精品| 五月丁香六月狠狠爱综合| 日无码| 精品国产亚洲一区二区三区| 晴隆县|