Subject: RE: Zope/IIS and Plone Thanks for getting back to me. I tried this and I do see the plone site now but graphics are no coming through and neither is the default skin info... http://www.ci.santa-rosa.ca.us/utilities/ I get a plain text looking layout and see this message at the bottom of the page: If you can read this text, it means you are not experiencing the Plone design at its best. Plone makes heavy use of CSS, which means it is accessible to any internet browser, but the design needs a standards-compliant browser to look like we intended it. Just so you know ;) So it seems like something else is not making it through Thanks for your help, Sean -----Original Message----- From: Leonardo Rochael Almeida [mailto:leo@hiper.com.br] Sent: Tuesday, January 13, 2004 6:01 AM To: Kelley, Sean Cc: 'suporte@hiper.com.br'; 'zope@zope.org' Subject: Re: Zope/IIS and Plone On Wed, 2004-01-07 at 16:34, Kelley, Sean wrote:
Hi, I have been using the IIS script (http://www.zope.org/Members/hiperlogica/ASP404) for serving zope through IIS with a regular zope folder successfully. I now want to direct to a plone site (at the same level as my other redirections). For some reason this does not work. I have the Virtual Host Monster at the root. I tried putting a copy of the Virtual Host Monster in the plone site but this did not work either. Do you know how to make this work?
Hi Sean, sorry for taking so long to answer. It'd be better if you had provided us with some more information about why/how it didn't work, like how you configured it and what error messages you saw. But I suspect what is the problem in your case. The handling of "Expires:" headers in ASP404 is broken. Just comment out (put a single quote before) the lines that look like if lhName = "expires" then ' ditto for Expires: Response.ExpiresAbsolute = hValue bValidHeader = false end if It should work after that. Cheers. PS: memo to self: make a new release eventually -- Leonardo Rochael Almeida