復制代碼 代碼如下:
# For ISAPI_Rewrite 1.3 重定向域名
#重定向jb51.cn
RewriteCond Host: ^vevb.com$
RewriteRule (.*) $1 [I,R]
#重定向
RewriteCond Host: ^$
RewriteRule (.*) $1 [I,R]
復制代碼 代碼如下:
# For ISAPI_Rewrite 2.x
RewriteCond Host: ^maphack.org$
RewriteRule (.*) $1 [I,RP]
RewriteCond Host: ^$
RewriteRule (.*) $1 [I,RP]
# For ISAPI_Rewrite 3.x
RewriteCond %{HTTP:Host} ^maphack.org$
RewriteRule (.*) $1 [NC,R=301] RewriteCond %{HTTP:Host} ^$
RewriteRule (.*) $1 [NC,R=301]
復制代碼 代碼如下:
# For ISAPI_Rewrite 2.x
RewriteRule ^/1.html$ [I,O,RP,L]
# For ISAPI_Rewrite 3.x
RewriteRule ^/1.html$ [NC,L,R=301,O]
新聞熱點
疑難解答
圖片精選