UNC FILE: URL Formats Supported by Internet Explorer

Last reviewed: August 28, 1997
Article ID: Q135983
The information in this article applies to:
  • Microsoft Internet Explorer versions 3.0, 3.01, 3.02a for Windows 3.1

SUMMARY

This article discusses the supported Uniform Resource Locator (URL) or Internet address specifications for using the FILE: URL statement in a Hypertext Markup Language (HTML) document.

MORE INFORMATION

According to the URL specification, Universal Naming Convention (UNC) paths in a FILE: URL statement should have three slashes in front of the UNC name (for example, FILE:///<UNC name>).

To reference a FILE: link to the remote HTML document

   \\myserver\myshare\myfile.html

use one of the following methods:
  • FILE:///\\myserver\myshare\myfile.html

    -or-

  • FILE://///myserver/myshare/myfile.html

Microsoft Internet Explorer also supports the use of a shorthand form of the URL with no slashes before the UNC name (FILE:<UNC name>):
  • FILE:\\myserver\myshare\myfile.html

    -or-

  • FILE://myserver/myshare/myfile.html

Note that this syntax is not supported by older World Wide Web (WWW) browsers and will not function correctly.


Additional query words: 3.00
Keywords : msiew31 kbtool
Version : 3.0 3.01 3.02a
Platform : WINDOWS


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: August 28, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.