我将造就现场。
我与整个网站的网页有着许多背链接。
我是否需要每条链接301条规则,或者我可以对整个地点有一条规则。
Options +FollowSymlinks
RewriteEngine on
rewritecond %{http_host} ^website.uk.com [nc]
rewriterule ^(.*)$ http://www.website.com/$1 [r=301,nc]
want to maintain: www.website.uk.com/page.html to www.website.com/page.html
not redirect: www.website.uk.com/page.html to www.website.com
Thanks Rob