Right now, visitors to my site at http://www.centralchurchyouth.org go through the following redirection: http://www.centralchurchyouth.org (running IIS) to http://www.centralchurchyouth.org:8100/ (running Zope) to http://www.centralchurchyouth.org:8100/Home/ (the real home page) This works in Netscape but doesn't work in IE. The user gets all the way to the third page but it doesn't render. Upon further analysis, all of the absolute_url calls (like "<dtml-var "stylesheet.absolute_url()">" produce http://www.centralchurchyouth.org/xxx instead of http;//www.centralchurchyouth.org:8100/xxx, so the page has a broken logo, etc. I think it has to go with the HTTP session between IE and http://www.centralchurchyouth.org:8100/, but I'm not sure what. Using wget also returns a correct page. Surely someone has come across this issue. -- Stephen Pitts smpitts@midsouth.rr.com webmaster - http://www.mschess.org