Thanks Sam, just what I was looking for!
I assume this will only add the element to the array, correct? There's no need to specify all the protocols that are in DefaultSettings.php?
Taylor
----- Original Message ---- From: Sam Korn smoddy@gmail.com To: MediaWiki announcements and site admin list mediawiki-l@wikimedia.org Sent: Tuesday, October 17, 2006 8:55:27 AM Subject: Re: [Mediawiki-l] Antwort: Re: Link to a Windows-Fileshare
On 10/17/06, christoph.huesler@css.ch christoph.huesler@css.ch wrote:
Hi
You should _never_ edit DefaultSettings.php. Instead, make your changes in LocalSettings.php.
Otherwise you will have issues with upgrading to a newer version of mediawiki.
That is to say, you should insert this in LocalSettings.php:
$wgUrlProtocols[] = 'file://';