How long does Chrome remember a 301 redirect?

后端 未结 6 1829
夕颜
夕颜 2020-12-13 05:42

I have a new author site that I want to make available from a domain that I had previously used Apache rewriting to bounce traffic to my Amazon site, [R=301,L], which I want

6条回答
  •  天涯浪人
    2020-12-13 06:29

    The "view-source:"-solution does not work for me in Google Chrome; but using the developer tools and setting "disable cache" to true/checked in the Network-tab forces a re-evaluation. BTW: temporary circumvention can be achieved in an anonymous-session (Ctrl+Shift+N) or by adding some fake query-argument, like "?foo=bar", to the URL.

提交回复
热议问题