1

我从事 SEO 编程,但其中一个重定向存在问题。我需要将http://uwww.example.com重定向到http://www.example.com并将 example.com 重定向到 hhh.example.com。那可能吗?我试过了

<VirtualHost *:80>
    ServerName example.com
    Redirect permanent / http://www.example.com/
</VirtualHost>

但它显示错误。如果有人可以帮助我,那就太好了。

4

0 回答 0