All Questions
Tagged with google-chrome cache
7 questions
0
votes
1
answer
564
views
What happens to a user's browser cache when the website's IP address changes?
When a website's nameserver is set to point to a new IP address, do the cached html pages and images in the user's browser invalidate and get re-fetched?
Consider this case:
The nameserver's A record'...
0
votes
1
answer
3k
views
How to configure nginx cache to help Chrome browser
I have an issue where Chrome browsers do not reload updated javascripts.
This is because, in Chrome, the request is never sent to the server.
The other browsers I support (Firefox, Edge, Safari) ...
0
votes
1
answer
643
views
How does "Disable cache" work?
I have a website managed by CloudFlare and its CDN.
when we choose Disable cache in Dev Tools of Google Chrome like here, by definition the browser refreshes static files.
However, I would like to ...
0
votes
1
answer
489
views
How to configure .htaccess to cache root along with all other files
For my website, all files are cached except the index.html file.
For .htaccess, I have:
Options -Indexes
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.mywebsite\.com [NC]
RewriteRule ^(.*)$ https:...
1
vote
3
answers
4k
views
Chrome not caching CloudFront video/audio; CloudFront delivers http 1.0 headers
With the following response header:
HTTP/1.0 200 OK
Content-Type: video/mp4
Content-Length: 3294545
Connection: keep-alive
Date: Thu, 30 May 2013 21:17:34 GMT
x-amz-meta-s3cmd-attrs: uid:501/gname:...
2
votes
2
answers
10k
views
"example.com/cgi-sys/defaultwebpage.cgi" subdirectory constantly appearing instead of base url in Google Chrome [closed]
Centos cPanel server - Apache/PHP.
Why is this happening?
Can I can change the server configuration to guarantee regular users don't get this error?
It is a production server for an e-commerce ...
4
votes
3
answers
9k
views
Chrome caching 302 redirects
I have a php script with is used to rotate banner images on a site.
Under Firefox/IE page refreshes will make another request and a different image will be returned.
Under Chrome, the request seems ...