我想将我的子域用作主页。我的主域是空的,但内容在subdomain.example.com
. google
既不想索引我的内容,也不想索引我的域。
我的.htaccess
包含
RewriteEngine on
RewriteRule (.*) https://subdomain.example.com/$1 [R=301,L]
我如何重定向google
到我的子域?
我想将我的子域用作主页。我的主域是空的,但内容在subdomain.example.com
. google
既不想索引我的内容,也不想索引我的域。
我的.htaccess
包含
RewriteEngine on
RewriteRule (.*) https://subdomain.example.com/$1 [R=301,L]
我如何重定向google
到我的子域?