我在apache的wamp http.conf中使用了以下代码
<VirtualHost *:80 >
ServerName abc.com
Redirect permanent / http://www.xyz.com/
</VirtualHost>
但是现在我从文件中删除代码后无法访问abc .com。我猜是因为Redirect Permanent。帮我从wamp中删除永久重定向。
答案 0 :(得分:0)
浏览器缓存301 Moved Permanently,直到另有说明。这是默认行为:
http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.3.2
我认为ctrl-F5和/或缓存清理就足够了。