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 <leo@hiper.com.br>
participants (1)
-
Leonardo Rochael Almeida