使用http://但不能使用www

时间:2017-04-14 09:10:35

标签: dns web

我已经使用http://example.com购买了一个正常运行的域名,但是www.example.com将其重定向到(example.com/www.example.com),它与www.example一起使用的解决方案是什么。 com为http://example.com

1 个答案:

答案 0 :(得分:0)

在htaccess中只需更改此问题并解决问题

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