0

抱歉,这个问题可能有点简单。我正在将我的网站从http://www.suncultureamsterdam.com迁移到http://www.thesunculture.com。它们都是基于 wordpress 的,当我使用 301 时:

RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} !thesunculture.com$ [NC]
RewriteRule ^(.*)$ http://www.thesunculture.com/$1 [L,R=301]

对于不是基本 url 的任何页面,我都会得到 404。我可能做错了什么?另外,我怎样才能确保两者都 www. 并且没有 www 被永久移动?

干杯!

4

0 回答 0