I writing to just share some info, I finally was able to hunt down anwser and with help from my friend and get working for local file links in FireFox. Thanks Tomas!!!
*1.* So after you have added file:/// to your local settings as an external URL protocol More info: http://www.mediawiki.org/wiki/Manual:$wgUrlProtocols
*2.* *Getting the link to work in Firefox without a Firefox plugin* More info: http://www.techspot.com/guides/44-firefox2-tweak-guide/page10.html http://www.techspot.com/guides/44-firefox2-tweak-guide/page10.html http://www.mozilla.org/projects/security/components/ConfigPolicy.html
If you don't have a user.js here: C:\Documents and Settings\jentzen\Application Data\Mozilla\Firefox\Profiles\flmza65d.default\ Create a *User.js file* and put the following code in it:
//Code Start*********************************** user_pref("capability.policy.policynames", "localfilelinks"); // your wiki url here user_pref("capability.policy.localfilelinks.sites", "http://wiki.example.com"); user_pref("capability.policy.localfilelinks.checkloaduri.enabled", "allAccess"); //Code End************************************
*3. *Re- launch FireFox* *