国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > CMS > Discuz > 正文

discuz 2.5偽靜態規則詳解介紹

2024-09-11 09:03:19
字體:
來源:轉載
供稿:網友

本文章給各位朋友介紹關于discuz 2.5偽靜態規則的在不同環境的寫法,包括有nginx,httpd.ini(iis),httpd.conf,.htaccess的各種寫法,各位朋友可參考.

Nginx偽靜態規則,代碼如下:

  1. rewrite ^([^.]*)/brand.html$ $1/plugin.php?id=sanree_brand last; 
  2. rewrite ^([^.]*)/brand-index-(.+)-(.+)-(.+)-(.+).html$ $1/plugin.php?id=sanree_brand&mod=list&tid=$2&did=$3&filter=$4&listmode=$5 last; 
  3. rewrite ^([^.]*)/brand-(.+)-(.+).html$ $1/plugin.php?id=sanree_brand&mod=$2&tid=$3 last; 
  4. rewrite ^([^.]*)/b/(.+).html$ $1/plugin.php?id=sanree_brand&mod=brandno&tid=$2 last; 

httpd.ini,代碼如下:

  1. RewriteRule ^(.*)/brand.html(?(.*))*$ $1/plugin.php?id=sanree_brand&$3 
  2. RewriteRule ^(.*)/brand-index-([0-9]+)-([0-9]+)-([0-9]+)-([0-9]+).html(?(.*))*$ $1/plugin.php?id=sanree_brand&mod=list&tid=$2&did=$3&filter=$4&listmode=$5&$6 //開源軟件:Vevb.com 
  3. RewriteRule ^(.*)/brand-(.+)-([0-9]+).html(?(.*))*$ $1/plugin.php?id=sanree_brand&mod=$2&tid=$3&$5 
  4. RewriteRule ^(.*)/b/([a-z0-9]+).html(?(.*))*$ $1/plugin.php?id=sanree_brand&mod=brandno&tid=$2&$4 

.htaccess,代碼如下:

  1. RewriteCond %{QUERY_STRING} ^(.*)$ 
  2. RewriteRule ^brand.html$ plugin.php?id=sanree_brand&%1 
  3. RewriteCond %{QUERY_STRING} ^(.*)$ 
  4. RewriteRule ^brand-index-([0-9]+)-([0-9]+)-([0-9]+)-([0-9]+).html$ plugin.php?id=sanree_brand&mod=list&tid=$1&did=$2&filter=$3&listmode=$4&%1 
  5. RewriteCond %{QUERY_STRING} ^(.*)$ 
  6. RewriteRule ^brand-(.+)-([0-9]+).html$ plugin.php?id=sanree_brand&mod=$1&tid=$2&%1 
  7. RewriteCond %{QUERY_STRING} ^(.*)$ 
  8. RewriteRule ^b/([a-z0-9]+).html$ $1/plugin.php?id=sanree_brand&mod=brandno&tid=$1&%1 

httpd.conf,代碼如下:

  1. RewriteRule ^(.*)/brand.html?*(.*)$ $1/plugin.php?id=sanree_brand&$2 
  2. RewriteRule ^(.*)/brand-index-(.+)-(.+)-(.+)-(.+).html?*(.*)$ $1/plugin.php?id=sanree_brand&mod=list&tid=$2&did=$3&filter=$4&listmode=$5&$6 
  3. RewriteRule ^(.*)/brand-(.+)-(.+).html?*(.*)$ $1/plugin.php?id=sanree_brand&mod=$2&tid=$3&$5 
  4. RewriteRule ^(.*)/b/(.+).html?*(.*)$ $1/plugin.php?id=sanree_brand

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 台中县| 丽江市| 郑州市| 建平县| 东安县| 襄樊市| 鄂托克前旗| 胶南市| 上饶市| 许昌县| 安康市| 祁阳县| 凤山市| 凭祥市| 佛冈县| 崇仁县| 霍林郭勒市| 万源市| 云浮市| 浦东新区| 潢川县| 绵阳市| 通榆县| 永定县| 开化县| 清原| 墨江| 衡水市| 宁蒗| 新乡县| 改则县| 张家界市| 雷波县| 尼勒克县| 闸北区| 江陵县| 贵港市| 南京市| 祁东县| 巴塘县| 宁明县|