Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>As it turns out, I was unaware that Firefox had this limitation/feature. I can sympathize with the feature, as it prevents a user from unwittingly accessing the local file system. Fortunately, there are useful alternatives that can provide a similar user experience while sticking to the HTTP protocol.</p> <p>One alternative to accessing content via UNC paths is to publish your content using the <a href="http://en.wikipedia.org/wiki/WebDAV" rel="nofollow">WebDAV</a> protocol. Some content managements systems, such as MS SharePoint, use WebDAV to provide access to documents and pages. As far as the end-user experience is concerned, it looks and feels just like accessing network files with a UNC path; however, all file interactions are performed over HTTP.</p> <p>It might require a modest change in your file access philosophy, so I suggest you read about the WebDAV protocol, configuration, and permission management as it relates to your specific server technology.</p> <p>Here are a few links that may be helpful if you are interested in learning more about configuring and using WebDAV on a few leading HTTP servers:</p> <ul> <li><a href="http://httpd.apache.org/docs/2.0/mod/mod_dav.html" rel="nofollow">Apache Module mod_dav</a></li> <li><a href="http://www.iis.net/download/webdav" rel="nofollow">IIS 7.0 WebDAV Extension</a></li> <li><a href="http://www.webdavsystem.com/server/documentation/hosting_iis_asp_net/creating_webdav_iis7" rel="nofollow">Configuring WebDAV Server in IIS 7, 6, 5</a></li> </ul>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload