Charlie Reiman and I have been writing:
This works:
<dtml-var standard_html_header> <dtml-call "RESPONSE.redirect('http://dogjoy.freezope.org/redirect.html')"> <dtml-var standard_html_footer>
But this doesn't:
<dtml-var standard_html_header> <dtml-call "RESPONSE.redirect('http://dogjoy.freezope.org/redirect.pdf')"> <dtml-var standard_html_footer>
...it is probably a browser bug, not a Zope problem. This implies asking the zope list for help is probably not going to be super productive.
We'll see - my problem may not be Zope-specific, but I asked the list hoping to find a Zopish way around it, something which the list members excel at.
You can hide URLs by use of frames.
That's a constructive suggestion - as I would expect from this list - but I don't want to frame other people's pages.
Besides, redirect won't hide URLs from end users. That's not how redirect works.
Redirection works fine for me except with pdfs. It is effective at preventing wholesale copying of the links, and allows counting of the outbound clicks. To complete this 'strategy' I am using ZButtons (instead of plain text) inside the anchor tags - cool product! Any other suggestions out there? Cheers, Ken