我使用从非 WWW 到 WWW 域的 301 重定向!工作正常,但链接不同。
例子:
from - ggkj.com/posts/godzilla/43
to - www.ggkj.com/index.php?view=posts&author=godzilla&aid=43
我的 .htaccess 301 重定向代码:
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} !^www\.example\.com [NC]
RewriteRule ^(.*) http://www.example\.com/$1 [L,R=301]
.ht 访问代码: http: //pastebin.com/t3FA59uq