coates’s avatarcoates’s Twitter Archive—№ 23,278

  1. …in reply to @TheSwaminator
    TheSwaminator Hi! It’s the /foo -> /foo/ (as /foo/index.html) redirect. I worked around it by using the /foo as /foo.html method. The real problem is that it’s 301, not 303 (or even 302 if you must). Browsers cache 301 “forever”, so it’s really hard to recover from a mistake.