[Mediawiki-l] Re: Forcing a fresh page

Ashar Voultoiz hashar at altern.org
Sun Sep 4 15:30:27 UTC 2005


Bryan Luce wrote:
> How can I force the server to provide a fresh page for each page request?
> 
> I know it is not the most efficient way of doing things, but I have a lot 
> people commenting they get blank pages.
> 
> I have done it before and know it fixes the problem ... but my memory fails 
> me at the moment.
> 
> Bryan

Put in your LocalSettings:
  $wgCachePages       = false;
  $wgEnableParserCache = false;

That should disable most of the caching stuff :o)

-- 
Ashar Voultoiz - WP++++
http://en.wikipedia.org/wiki/User:Hashar
http://www.livejournal.com/community/wikitech/
IM: hashar at jabber.org  ICQ: 15325080




More information about the MediaWiki-l mailing list