internal network file locations not opening when using Firefox
I manage my company's intranet websites. On these webpages are many urls that redirect users to other servers that house the documents for them to reference and download. The intranet website works flawlessly for internet explorer. When i click the URL in IE, it connects to the document in question and downloads. If i click on the link in mozilla, i get "the page cannot be found". Looking closer, if i hover the mouse over the URL, it displays the file path. In IE, it says file:\\servername\folder\document. in Mozilla it goes http://intranet_webpage/\\<servername>\<folder>\documentname.docx. Is this something that needs to be modified on an individual users pc, or something related to the web server?
Todas as respostas (3)
You need to use forward slashes in links and not backslashes.
- file://///servername/
- http://kb.mozillazine.org/Links_to_local_pages_do_not_work
i modified one of my links to the above suggestion, and it failed. "unable to connect"
You can open such a page via the Firefox location/address bar (File > Open file) to see the actual address that Firefox uses.
Alterado por cor-el em