谁能帮我 解释下 这 代码?文件名是:httpd.ini 并且说明用途
[ISAPI_Rewrite]#3600=1hourCacheClockRate3600RepeatLimit32#Blockexternalaccesstothehtt...
[ISAPI_Rewrite]
# 3600 = 1 hour
CacheClockRate 3600
RepeatLimit 32
# Block external access to the httpd.ini and httpd.parse.errors files
RewriteRule /httpd(?:\.ini|\.parse\.errors).* / [F,I,O]
# Block external access to the Helper ISAPI Extension
RewriteRule .*\.isrwhlp / [F,I,O]
RewriteRule /index.html$ /lyd_index\.asp [I]
RewriteRule /$ /lyd_index\.asp [I]
RewriteRule /news$ /lyd_dongtai\.asp [I]
RewriteRule /news/$ /lyd_dongtai\.asp [I]
RewriteRule /news/([0-9]+).html$ /lyd_dongtai\.asp\?Page=$2 [I]
RewriteRule /news/list([0-9]+).html$ /lyd_newlist\.asp\?id=$1 [I]
RewriteRule /news/cla([0-9]+).html$ /lyd_newcla\.asp\?id=$1 [I]
RewriteRule /news/cla([0-9]+)_([0-9]+).html$ /lyd_newcla\.asp\?anid=$1&Page=$2 [I]
RewriteRule /wedding$ /lyd_wedding\.asp [I]
RewriteRule /wedding/$ /lyd_wedding\.asp [I]
RewriteRule /wedding/([0-9]+).html$ /lyd_wedding\.asp\?Page=$1 [I]
RewriteRule /wedding/cla([0-9]+).html$ /lyd_wedding2\.asp\?luyada=big&anid=$1 [I]
RewriteRule /wedding/cla([0-9]+)_([0-9]+).html$ /lyd_wedding2\.asp\?luyada=big&anid=$1&Page=$2 [I]
RewriteRule /wedding/claa([0-9]+)_([0-9]+).html$ /lyd_wedding3\.asp\?luyada=big&anid=$1&nid=$2 [I]
RewriteRule /wedding/claa([0-9]+)_([0-9]+)_([0-9]+).html$ /lyd_wedding3\.asp\?luyada=big&anid=$1&nid=$2&Page=$3 [I]
RewriteRule /wedding/list([0-9]+).html$ /lyd_prolist\.asp\?id=$1 [I]
RewriteRule /order/dg([0-9]+).html$ /lyd_dg\.asp\?id=$1 [I]
RewriteRule /photo$ /lyd_photo\.asp [I]
RewriteRule /photo/([0-9]+).html$ /lyd_photo\.asp\?Page=$1 [I]
RewriteRule /photo/list([0-9]+).html$ /lyd_piclist\.asp\?id=$1 [I]
RewriteRule /photo/$ /lyd_photo\.asp [I]
RewriteRule /service$ /lyd_service\.asp [I]
RewriteRule /service/$ /lyd_service\.asp [I]
RewriteRule /service/([0-9]+).html$ /lyd_help2\.asp\?id=$1 [I]
RewriteRule /order$ /lyd_order\.asp [I]
RewriteRule /order/$ /lyd_order\.asp [I]
RewriteRule /about/([0-9]+)$ /lyd_help\.asp\?id=$1 [I]
RewriteRule /product/cla([0-9]+)_([0-9]+).html$ /lyd_bclass\.asp\?anid=$1&Page=$2 [I]
RewriteRule /art/art_([0-9]+).html$ /lyd_list\.asp\?id=$1 [I]
RewriteRule /1$ /lyd_help\.asp\?action=about [I]
RewriteRule /1/index.html$ /lyd_help\.asp\?action=about [I]
RewriteRule /2$ /lyd_help\.asp\?action=lxwm [I]
RewriteRule /2/index.html$ /lyd_help\.asp\?action=lxwm [I] 展开
# 3600 = 1 hour
CacheClockRate 3600
RepeatLimit 32
# Block external access to the httpd.ini and httpd.parse.errors files
RewriteRule /httpd(?:\.ini|\.parse\.errors).* / [F,I,O]
# Block external access to the Helper ISAPI Extension
RewriteRule .*\.isrwhlp / [F,I,O]
RewriteRule /index.html$ /lyd_index\.asp [I]
RewriteRule /$ /lyd_index\.asp [I]
RewriteRule /news$ /lyd_dongtai\.asp [I]
RewriteRule /news/$ /lyd_dongtai\.asp [I]
RewriteRule /news/([0-9]+).html$ /lyd_dongtai\.asp\?Page=$2 [I]
RewriteRule /news/list([0-9]+).html$ /lyd_newlist\.asp\?id=$1 [I]
RewriteRule /news/cla([0-9]+).html$ /lyd_newcla\.asp\?id=$1 [I]
RewriteRule /news/cla([0-9]+)_([0-9]+).html$ /lyd_newcla\.asp\?anid=$1&Page=$2 [I]
RewriteRule /wedding$ /lyd_wedding\.asp [I]
RewriteRule /wedding/$ /lyd_wedding\.asp [I]
RewriteRule /wedding/([0-9]+).html$ /lyd_wedding\.asp\?Page=$1 [I]
RewriteRule /wedding/cla([0-9]+).html$ /lyd_wedding2\.asp\?luyada=big&anid=$1 [I]
RewriteRule /wedding/cla([0-9]+)_([0-9]+).html$ /lyd_wedding2\.asp\?luyada=big&anid=$1&Page=$2 [I]
RewriteRule /wedding/claa([0-9]+)_([0-9]+).html$ /lyd_wedding3\.asp\?luyada=big&anid=$1&nid=$2 [I]
RewriteRule /wedding/claa([0-9]+)_([0-9]+)_([0-9]+).html$ /lyd_wedding3\.asp\?luyada=big&anid=$1&nid=$2&Page=$3 [I]
RewriteRule /wedding/list([0-9]+).html$ /lyd_prolist\.asp\?id=$1 [I]
RewriteRule /order/dg([0-9]+).html$ /lyd_dg\.asp\?id=$1 [I]
RewriteRule /photo$ /lyd_photo\.asp [I]
RewriteRule /photo/([0-9]+).html$ /lyd_photo\.asp\?Page=$1 [I]
RewriteRule /photo/list([0-9]+).html$ /lyd_piclist\.asp\?id=$1 [I]
RewriteRule /photo/$ /lyd_photo\.asp [I]
RewriteRule /service$ /lyd_service\.asp [I]
RewriteRule /service/$ /lyd_service\.asp [I]
RewriteRule /service/([0-9]+).html$ /lyd_help2\.asp\?id=$1 [I]
RewriteRule /order$ /lyd_order\.asp [I]
RewriteRule /order/$ /lyd_order\.asp [I]
RewriteRule /about/([0-9]+)$ /lyd_help\.asp\?id=$1 [I]
RewriteRule /product/cla([0-9]+)_([0-9]+).html$ /lyd_bclass\.asp\?anid=$1&Page=$2 [I]
RewriteRule /art/art_([0-9]+).html$ /lyd_list\.asp\?id=$1 [I]
RewriteRule /1$ /lyd_help\.asp\?action=about [I]
RewriteRule /1/index.html$ /lyd_help\.asp\?action=about [I]
RewriteRule /2$ /lyd_help\.asp\?action=lxwm [I]
RewriteRule /2/index.html$ /lyd_help\.asp\?action=lxwm [I] 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询