Home Application Issues MediaWiki Mediawiki how-tos.
Knowledge Base Article
If you wish to disable caching in your MediaWiki, you should open the LocalSettings.php file and add the following lines to it:
$wgEnableParserCache = false;
$wgCachePages = false;
Rating
Please indicate if this article was helpful for you.
Related Articles
Views