复制代码 代码如下:
# 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]
新闻热点
疑难解答
图片精选