本帖最后由 堡塔运维香菜卷 于 2023-4-26 09:00 编辑
为了能快速了解并处理您的问题,请提供以下基础信息: 问题描述:泛解析的域名重定向不了 *.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
复制代码
相关截图(日志、错误):泛解析的域名没有重定向到目标站
|
|