Knowledge Base Article
How to change the favicon in MediaWiki?
You can create a favicon manually on your computer or you can use an online favicon generator. Here are several such generators:
Once you create the favicon, you should upload it to your MediaWiki folder. Then in LocalSettings.php you should add the following line:
$wgFavicon = "$wgScriptPath/favicon.ico";
Clear your MediaWiki page cache to see your new favicon :)
Rating
|

