I’m working with a channel designed to hold external links.
I’m then using a template that is a simple PHP redirect.
This works fine when i use a relative link like /document.pdf, but not when I use a full path like http://www.site.com/document.pdf.
I’ve set Automatically turn URLs and email addresses into links to “no”, but when I change my template to simply output the link (instead of redirecting), it still displays a full href tag.
Has anyone else encountered this issue?