亚洲AV无码乱码在线观看不卡|最新大伊香蕉精品视频在线|亚洲不卡av一区二区|国产美女无遮挡免费

登錄論壇 | 注冊會員 設(shè)為首頁 | 收藏本站
當(dāng)前位置 : 首頁>網(wǎng)絡(luò)\服務(wù)器>學(xué)堂>正文
 
偽靜態(tài)在IIS下的規(guī)則和設(shè)置方法

http://m.yibo1263.com 2009/10/17 8:52:07  來源:網(wǎng)絡(luò)整理  編輯:葉子
 
最近陸續(xù)有很多站長過來詢問偽靜態(tài)的問題,現(xiàn)就分享下目前網(wǎng)上流行的各種程序在iis下的規(guī)則和設(shè)置方法:

shopex4.8
下載3.0的免費Rewrite組件 http://www.helicontech.com/download/isapi_rewrite/ISAPI_Rewrite3_0056_Lite.msi
按照默認(rèn)路徑安裝后,打開C:\Program Files\Helicon\ISAPI_Rewrite3\httpd.conf
加入以下規(guī)則:
# Helicon ISAPI_Rewrite configuration file
# Version 3.1.0.56
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 ^(.*)$ index.php?$1 [L]

[ISAPI_Rewrite]

# 3600 = 1 hour
CacheClockRate 3600

RepeatLimit 32

# Protect httpd.ini and httpd.parse.errors files
# from accessing through HTTP
RewriteRule ^(.*)/archiver/((fid tid)-[0-9]+\.html)\?*(.*)$ $1/archiver/index\.php\?$2&$4
RewriteRule ^(.*)/forum-([0-9]+)-([0-9]+)\.html\?*(.*)$ $1/forumdisplay\.php\?fid=$2page=$3&$4
RewriteRule ^(.*)/thread-([0-9]+)-([0-9]+)-([0-9]+)\.html\?*(.*)$ $1/viewthread\.php\?tid=$2&extra=page\%3D$4page=$3&$4
RewriteRule ^(.*)/space-(username uid)-(.+)\.html\?*(.*)$ $1/space\.php\?$2=$3&$4
RewriteRule ^(.*)/tag-(.+)\.html\?*(.*)$ $1/tag\.php\?name=$2&$3

下面就需要配置iis為shopex4.8加載組件了:
打開iis,右鍵你的站點屬性--ISAPI 篩選器--添加--篩選器名稱是ISAPI_Rewrite3 --可執(zhí)行文件就是ISAPI_Rewrite.dll的路徑,比如C:\Program Files\Helicon\ISAPI_Rewrite3\ISAPI_Rewrite.dll
最后重啟iis
當(dāng)然你可以把ISAPI_Rewrite3目錄放入站點根目錄下,但記得要給一個users和"network service"的讀權(quán)限。

注意:有些服務(wù)器或者vps有做權(quán)限的,安裝后httpd.conf可能只有everyone和system的權(quán)限,如果修改不了文件就添加一個administrator的權(quán)限。


shopex4.7
免費的rewrite2.0組件下載地址 http://www.isapirewrite.com/download/isapi_rwl_x86_0072.msi
安裝后添加如下規(guī)則
規(guī)則如下:
[ISAPI_Rewrite]

# 3600 = 1 hour
CacheClockRate 3600

RepeatLimit 32

#首頁
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
#聯(lián)系我們
RewriteRule /contactus.html /index.php\?gOo=help_contact.dwt
#關(guān)于我們
RewriteRule /aboutus.html /index.php\?gOo=help_copyright.dwt
#顧客留言
RewriteRule /feedback.html /index.php\?gOo=shopbbs.dwt
#友情鏈接
RewriteRule /friendlink.html /index.php\?gOo=linkmore.dwt
#用戶注冊
RewriteRule /register.html /index.php\?gOo=register_1.dwt

本新聞共2頁,當(dāng)前在第1頁  1  2  

收藏】【打印】【進入論壇
  相關(guān)文章:

·配置IIS服務(wù)器時需要注意的地方 
·保護IIS服務(wù)器安全的技巧和工具 
·加固外網(wǎng)上的IIS服務(wù)器安全
·用IIS為Web內(nèi)容配置Web服務(wù)器權(quán)限 
·配置IIS蜜罐抵御黑客攻擊
·保護IIS Web服務(wù)器安全的十個步驟 
·保護IIS Web服務(wù)器的15個技巧
·家庭版Win XP也能安裝IIS 
·摳出Windows2003中IIS6的安裝程序 
·摳出Windows 2003中IIS6安裝程序
·在Vista操作系統(tǒng)中安裝IIS 7.0 

 
 
 
最新文章

搶先蘋果,消息稱英特爾芯片采用臺積電
三星揭曉業(yè)內(nèi)首款單條 512GB DDR5 內(nèi)存
vivo 高端新機爆料:120Hz 曲面屏 + 天
vivo Y21 在印度正式上市:Helio P35 芯
微星推出 GeForce RTX 3080 Sea Hawk X
消息稱三星 Galaxy Tab S8 系列平板將放
機械革命推出 F6 輕薄本:16 英寸全面屏
英特爾 12 代 Alder Lake CPU 600 系列
雷軍:向小米手機 1 首批用戶每人贈送價
小米李明談用戶被踢出 MIUI 測試版:大

推薦文章
1
2
3
4
5
6
7
8
9
10
叛逆嫩模性感寫真
宮如敏不雅照瘋傳 看張馨予韓一菲獸獸誰
不懼孔子搶位 阿凡達(dá)游戲影音配置推薦
2015第十七屆“東北安博會”火爆招商
第十六屆東北國際公共安全防范產(chǎn)品博覽
2016年第五屆中國國際商業(yè)信息化博覽會
2016年第五屆中國國際POS機及相關(guān)設(shè)備展
互聯(lián)網(wǎng)電視熟了嗎 2013最火電視深解析
桑達(dá)獲邀出席2015中國(廣州)國際POS機
寶獲利報名參加“2015年度中國POS機行業(yè)
八卦圖解 More>>
叛逆嫩模性感寫真 宮如敏不雅照瘋傳 看張馨予韓一菲
周偉童魔鬼身材日本性感寫真圖  聯(lián)想V360筆記本模特寫真