Hi,
I'm using WP to maintain a small website that is accessible from the LAN only.
I have some PDF files shared on the fileserver (different computer from webserver) and I would like to add new Links to those PDF files.
On the network, we access the files like "\\fileserver\docs\manual.pdf"
The problem is, WP always add "http://" before any Link I add and that way, the links dont work!
Is there a solution for this?
TIA