[ISAPI_Rewrite]RewriteCond Host: ^chaochao\.tk$RewriteRule (.*) http\://www\.chaochao\.tk$1 [I,RP]RewriteCond Host: wap\.chaochao\.tkRewriteRule ^(.*)$ /wap/$1 [I]# Defend your computer from some worm attacks#RewriteRule .*(?:global.asa|default\.ida|root\.exe|\.\.).* . [F,I,O]# 3600 = 1 hourCacheClockRate 3600RepeatLimit 32# Protect httpd.ini and httpd.parse.errors files# from accessing through HTTP# Rules to ensure that normal content gets throughRewriteRule /software-files/(.*) /software-files/$1 [L]RewriteRule /wap/(.*) /wap/$1 [L]RewriteRule /images/(.*) /images/$1 [L]RewriteRule /sitemap.xml /sitemap.xml [L]RewriteRule /sitemap_baidu.xml /sitemap_baidu.xml [L]RewriteRule /sitemap.html /sitemap.html [L]RewriteRule /favicon.ico /favicon.ico [L]RewriteRule /sitemap.xml.gz /sitemap.xml.gz [L]RewriteRule /robots.txt /robots.txt [L]RewriteRule /fangdao.gif /fangdao.gif [L]# For file-based wordpress content (i.e. theme), admin, etc.RewriteRule /wp-(.*) /wp-$1 [L]# For normal wordpress content, via index.phpRewriteRule ^/$ /index.php [L]RewriteRule /(.*) /index.php/$1 [L]
这是HTTPD.INI我的原规则。 请我我想加入RewriteCond Host: (.+)RewriteCond Referer: (?!http://(?:chaochao.tk\.cn|(.*)\.chaochao\.tk|baidu\.com|(.*)\.baidu \.com|google\.com|(.*).\google.com)).*RewriteRule .*\.(?:jpg|jpeg|gif|png|bmp|rar|zip|exe) /fangdao.gif [I,O,N]放在那里或许怎麼放我放在[ISAPI_Rewrite]下面网页会出错。房子最后面不起作用。
有人能回答麼
这是HTTPD.INI我的原规则。 请我我想加入RewriteCond Host: (.+)RewriteCond Referer: (?!http://(?:chaochao.tk\.cn|(.*)\.chaochao\.tk|baidu\.com|(.*)\.baidu \.com|google\.com|(.*).\google.com)).*RewriteRule .*\.(?:jpg|jpeg|gif|png|bmp|rar|zip|exe) /fangdao.gif [I,O,N]放在那里或许怎麼放我放在[ISAPI_Rewrite]下面网页会出错。房子最后面不起作用。
有人能回答麼

