2013-01-03 192 views

回答

1

编辑您在http://site.com服务器的.htaccess,并把这个(必须是第一条规则):

RewriteEngine On 

RewriteRule .* http://newsite.com/ [R=301] 

Redirect 301/http://newsite.com/ 

问候。

+0

如果传入的URL是'http:// site.com/patients/post-name',例如,它将被重定向到'http:// newsite.com /',但是其他的URI'/ post-name'? –