Reported???
For forcing enduser cache? Something that enduser browsers should do as default? (well, FF and Opera does... But we can't expect IE to work properly... It
is Microsoft after all!)
Using a hack that clearly says:
Quote:
Add an Expires header
Adding an Expires header to your components with a date in the future makes them cacheable, reducing the load time of your pages.
|
Seems as though someone didn't read what this did before installing the modification!!!
*tsk tsk*
As to not updating new posts, this hack does nothing to cache dynamic content of your site it only caches images/swf/css etc
Code:
ExpiresActive On
ExpiresByType image/gif A2592000
ExpiresByType image/jpeg A2592000
ExpiresByType image/png A2592000
ExpiresByType application/x-shockwave-flash A2592000
ExpiresByType text/css A2592000
ExpiresByType application/x-javascript A2592000
Nothing in there about cacheing php (or if you are running some SEO mods, html)... And, if you're overly sensitive... If you turn the board off, when you re-enable it, also turn on "no cache" headers in your vb options for a day to force users' browsers to update upon return...
The warning isn't necessary, reporting it shows your nativity, and any of your problems can be solved or are simply imagined.