Url 重定向http://uwww. http://www

Url 重定向http://uwww. http://www,url,redirect,Url,Redirect,我与搜索引擎优化编程,我有一个重定向问题之一。我需要重定向到example.com,也需要重定向到hhh.example.com。这可能吗? 我试过了 ServerName example.com 重定向永久/http://www.example.com/ 但它显示出错误。 如果有人能帮我,那就太好了 <VirtualHost *:80> ServerName example.com Redirect permanent / http://www.example.

我与搜索引擎优化编程,我有一个重定向问题之一。我需要重定向到example.com,也需要重定向到hhh.example.com。这可能吗? 我试过了


ServerName example.com
重定向永久/http://www.example.com/
但它显示出错误。 如果有人能帮我,那就太好了

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