当我尝试重定向网址时,我有一个适合我的新网址的"localhost//"
我正在写.htaccess就像那样:
"RewriteEngine On
Redirect301 / www.site.com"
,导航器中的结果为:"localhost//www.site.com"
谢谢
答案 0 :(得分:0)
您想要从“旧域”或从localhost重定向到其他站点吗?
如果是,则尝试使用:
Options +FollowSymLinks
RewriteEngine on
RedirectMatch 301 ^(.*)$ http://www.site.com