Hyperlink to file on local network?

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

Post Reply
JakeIC
Posts: 2
Joined: Wed Aug 22, 2012 5:21 pm

Hyperlink to file on local network?

Post by JakeIC »

Hello, I am trying to use PHPmyFAQ internally and have run into a problem. I am trying to link to a file on our server but can't get the link to open in Internet Explorer. For example I am trying to link to:

Code: Select all

//server1/folder1/setup.exe
I always seem to get this message when submitting my article with these links:

Code: Select all

Additional Information:
Found while testing file://server1/folder1/setup.exe: file protocol unsupported by Automatic link verification.
I have tried doing it with the /'s facing the other way ( \ instead of / in the hyperlink). I also tried adding file: in front of the location and still nothing. Is there something else I need to do?

Thanks!
Thorsten
Posts: 15815
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Hyperlink to file on local network?

Post by Thorsten »

HI,

I'll check this issue.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
JakeIC
Posts: 2
Joined: Wed Aug 22, 2012 5:21 pm

Re: Hyperlink to file on local network?

Post by JakeIC »

Thanks! Please let me know what you find out. I also tried linking to just a directory and couldn't get that to work either.
Thorsten
Posts: 15815
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Hyperlink to file on local network?

Post by Thorsten »

Hi,

I checked it now and this is not a phpMyFAQ issue. These links don't work e.g. in Firefox and Chrome, they only work in IE if you follow these instructions:

http://stackoverflow.com/questions/5317 ... in-firefox

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Post Reply