为了能快速了解并处理您的问题,请提供以下基础信息:
问题描述:泛解析的域名重定向不了 *.xxx.com 泛解析的域名重定向没反应 ,请问怎么解决 - #REWRITE-START
- <IfModule mod_rewrite.c>
- RewriteEngine on
- RewriteCond %{HTTP_HOST} ^6081.me [NC]
- RewriteRule ^(.*) http://www.xinzhu.pw$1 [L,R=301]
- </IfModule>
- <IfModule mod_rewrite.c>
- RewriteEngine on
- RewriteCond %{HTTP_HOST} ^www.6081.me [NC]
- RewriteRule ^(.*) http://www.xinzhu.pw$1 [L,R=301]
- </IfModule>
- <IfModule mod_rewrite.c>
- RewriteEngine on
- RewriteCond %{HTTP_HOST} ^*.6081.me [NC]
- RewriteRule ^(.*) http://www.xinzhu.pw$1 [L,R=301]
- </IfModule>
- #REWRITE-END
复制代码
|
|