Did you test with multiple browsers? IE is slavishly devoted to file extentions and disregards Content-type headers. Mozilla is pretty much the exact opposite.
-----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Ken Sent: Thursday, November 07, 2002 4:46 AM To: zope@zope.org Subject: [Zope] Redirect problem
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