MyBB Community Forums

Full Version: Help w/ Caching
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hi,

I am using FireFox 7 and this version is caching my admin CP, causing the settings to "seem" to go back to it's previous. Does anyone have any suggestions?
Create a .htaccess file in /admin/, with this code:

Header append cache-Control "no-cache, no-store, must-revalidate, max-age=1" 

That _should_ work. An alternative is clearing your cache.
(2011-10-04, 04:38 AM)Malcolm. Wrote: [ -> ]Create a .htaccess file in /admin/, with this code:

Header append cache-Control "no-cache, no-store, must-revalidate, max-age=1" 

That _should_ work. An alternative is clearing your cache.
That's the problem, it looks like FireFox is not obeying no-cache, as these headers are sent.

Quote:Cache-Control: no-cache, must-revalidate
Pragma: no-cache
Then report it as a bug to Firefox. There probably isn't a whole lot we can do if it was introduced in Firefox 7 and it's ignoring no-caching headers.
its bug of firefox7.
(2011-10-04, 08:07 PM)webstrome Wrote: [ -> ]its bug of firefox7.

Update: This happens with Google Chrome on my PC as well, and only with my installation. Any ideas?
just use internet explorer its crappy but it works.
(2011-10-06, 12:40 AM)Dark Byte Wrote: [ -> ]just use internet explorer its crappy but it works.

And you're going to tell all of your users to "just use IE?"

No.

We'll solve this soon Smile
(2011-10-06, 12:42 AM)PJGIH Wrote: [ -> ]
(2011-10-06, 12:40 AM)Dark Byte Wrote: [ -> ]just use internet explorer its crappy but it works.

And you're going to tell all of your users to "just use IE?"

No.

We'll solve this soon Smile

well firefox will solve it themselves.
It happens in all browsers, anybody else have this issue with their forum?
Pages: 1 2