标签: .htaccess
RewriteCond %{HTTP_HOST} ^www\.example\.com [NC] RewriteRule ^(.*)$ http:\/\/example.com\/$1 [L,R=301]
我创建了上述规则以避免网站重复 也 http://www.example.com指向http://example.com
但我面临的问题是我无法移动任何网址 http://www.example.com/xyz/abc未指向http://example.com。
请帮忙