7 Nov
2002
7 Nov
'02
12:46 p.m.
Hi all, The recent discussion of non ZODB-bloating counters reminded me of my unsolved redirect problem. I send my external links to a script which performs a RESPONSE.redirect. Then I can count them using Webalizer. But the problem is to redirect to off-site pdfs. 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> Any clues? Thanks, Ken