Sunday, April 8, 2007

How to get rid of the caching problem in Mediawiki?

Sometimes you will find that the Mediawiki is not updating its content. This is sometimes due to client side caching. To disable this, edit LocalSettings.php as following:


# Client-side caching:
$wgCachePages = false; # Allow client-side caching of pages

No comments: