• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Squarespace: Stubborn Chrome won't update 301 redirect (caching something)

Ichinisan

Lifer
I occasionally make small changes to my employer's web site through Squarespace. In Settings > Advanced > URL Mapping, I had set up a 301 redirect like this:
Code:
/derpyderp -> http://[old-outside-ip-address]/derp 301

I recently updated it to something like this:
Code:
/derpyderp -> http://[completely-different-outside-domain]/Derp 301

Even after multiple system restarts, the Chrome web browser on my workstation keeps trying to load the old invalid address. The status bar in Chrome says "Waiting for [old-outside-ip-address]..." and nothing shows in the address bar. It eventually times-out with an error message and finally shows the old/incorrect target address -- only after I waited for it to time out.

I see this on the error page:

"The site can't be reached."
"The connection was reset."
...
"ERR_CONNECTION_RESET"​

Other browsers are getting directed to the new URL as they should.
On the same Windows 7 workstation, Internet Explorer 11 and Firefox 52 work perfectly. On my home system, Chrome 56.0.2924.87 works fine. Chrome is the same build on my Win7 workstation.

This behavior tells me that my browser is remembers something from a previous visit to that URL. It needs to forget that. I've cleared cookies.

[edit]

Well, I finally found something that seemed to work. I had set my browser to keep data until browser was closed. I set it to allow cookies and data to be retained. Then it had the options to manage data. I cleared everything for Squarespace and related sites. The redirect seems to work correctly now.


Moved from Programming -- Programming Moderator Ken g6
 
Last edited:
Back
Top