• Hi,
    I am experiencing a problem with harddrive link and wordpress.
    On an intranet web app, there are hyperlinks which target files are located on the hardrive.
    example :
    <a href="file:///c:/file.xls">target hardrive link, click to open </a>

    I tried to add the file protocol wp-includes/formatting.php but this has no effect :

    $protocols = array ('http', 'https', 'ftp', 'ftps', 'mailto', 'news', 'irc', 'gopher', 'nntp', 'feed', 'telnet', 'mms', 'rtsp', 'svn','file');

    Does anybody can help me ?
    greetings,
    ben

  • The topic ‘local harddrive links broken’ is closed to new replies.