How do I change the icon in the browsers address line (favicon)?
• Simply upload your favicon.ico to the root of your domain/subdomain, make sure file name is in lower case and its name is favicon.ico • Alternatively edit the $wgFavicon setting in LocalSettings.php and add $wgFavicon = “$wgScriptPath/path/to/your/favicon.ico”; See Manual:$wgFavicon for more details. Tip: The favicon image should be either 16 x 16 pixels or 32 x 32 pixels.
• Simple upload your favicon.ico to the root of your domain/subdomain, make sure file name is in lower case and its name is favicon.ico • Alternatively edit the $wgFavicon setting in LocalSettings.php and add $wgFavicon = “$wgScriptPath/path/to/your/favicon.ico”; See Manual:$wgFavicon for more details. Tip: The favicon image should be either 16 x 16 pixels or 32 x 32 pixels.