08-05-2010, 05:36 AM
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:
<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: