Dileet
Dileet

Reputation: 2064

Update cached file on chrome browser

I have never dealt with an issue like this before. I've tried deleting the cache on chrome 4 different ways, but no avail.

I've uploaded updated files to the server and when I view the file in my FTP app it shows the updated javascript file, but when I goto the live site and view the js file I get my old javascript file.

weird

Upvotes: 2

Views: 1828

Answers (1)

admcfajn
admcfajn

Reputation: 2083

Check the .htaccess file on the site to see if it has any caching set-up.

Try incognito-mode in chrome to work-around caching / cookies.

This extension is handy: https://chrome.google.com/webstore/detail/clear-cache/cppjkneekbjaeellbfkmgnhonkkjfpdn?hl=en

Upvotes: 1

Related Questions