2017-05-29 78 views

回答

0

重定向旧的ULR归档谷歌与htaccess和谷歌会知道你做了这个改变。

# This will red`irect a subdomain to the main domain 
RewriteEngine On 
RewriteCond %{HTTP_HOST} ^yoursubdomain\.yourdomain\.com$ [NC] 
RewriteRule ^(.*) http://www.yourdomain.com/$1 [L,R=301] 
+0

我该如何将这样的'https:// blog.example.com/post-name'重定向到'https:// www.example.com/blog/post-name' – parvez