There are a bunch of .pdf documents that I would like to link to on a mapped network drive. But when I create the link on a drupal page nothing happens when I click it. This is the HTML I am using to link the file:

<a href="file:///w:/PrintChanges/001.pdf">001</a>

When I put the link in Firefox it opens up the .pdf no problem, but I just can't figure out how to get it to work in Drupal framework.

Thanks for the help.

Comments

leilyrken’s picture

Is there a rewrite somewhere which change the link ?

leilyrken’s picture

For the lost persons : http://drupal.org/node/324731