Enable Lotus Notes notes:// protocol in mediawiki
Filed Under (mediawiki) by admin on 28-01-2010
Tagged Under : lotus notes, mediawiki
Edit the LocalSettings.php
add the notes:// protocol
where you find this line (add it as an array item)
$wgUrlProtocols = array( 'http://', 'https://', 'mailto:' ,'notes://');


