- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2017 10:17 AM
I have a document I need to add to our knowledge base and it has links to UNC file paths in it. I need to be able to preserve these links inside the KB article. Everything I have tried has failed. just copying the link takes me to a web page and a not found error. Using the HTML, <a href="file://///servername/path/filename">, does not work, the link is stripped out every time I save. Is there a way to get this to work or do I need to find a way to work around this?
Solved! Go to Solution.
- Labels:
-
Knowledge Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2017 06:02 PM
By the way, regarding the link getting stripped this is probably due to the HTML Sanitizer affecting the field.
You can disable or edit the HTML Sanitizer to white list doing a link embed.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2017 05:14 PM
hi Timothy,
What I did was to create a shortcut file (*.lnk) that point to the actual UNC file and attach it to the knowledge article as an attachment.
Hope this helps.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2017 06:02 PM
By the way, regarding the link getting stripped this is probably due to the HTML Sanitizer affecting the field.
You can disable or edit the HTML Sanitizer to white list doing a link embed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2017 02:33 PM
It was the HTML Sanitizer.