Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bug downloading QM
#1
When click in download: quickmac.8
#2
Thank you. Now fixed.
#3
On the home page the error still continues.
#4
You see cached page.
#5
Cached pages are the worst!!!

remember can add "?+random" string to get around a cached page 8-)
#6
I noticed that firefox gets cached old version of quickmac exe when I click link

<a href="quickmac.exe">Download</a>

Then I modified it:

<a href="quickmac.exe?v=2.3.2.8">Download</a>

Firefox OK. But then IE could not download the file. That was the history of this bug.

Then I added this in .htaccess file (Apache) to disable caching of quickmac.exe:

Code:
Copy      Help
### firefox bug fix: sometimes may retrieve old version of quickmac.exe from cache
<Files quickmac.exe>
Header append Cache-Control "no-store, no-cache, must-revalidate, max-age=0"
</Files>


Forum Jump:


Users browsing this thread: 1 Guest(s)