2017-05-29 114 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