That is sort've what I wanted, yeah. Though I thought the VirtualHostMonster would take over from there, see that it was coming from test.gourmetpaws.com and then 'map' it to the appropriate subdirectory in Zope. (I probably didn't mention that bit before, sorry!) I have the VHM setup for test.gourmetpaws.com and then mapped to the appropriate subdirectory, but regardless of anything of changes I make, it seems like "ignores" the VHM. Either that or I misunderstand the _vh_catalogue portion, which I assumed kept the URL reading test.gourmetpaws.com/catalogue and appending the Zope-specific stuff to the end. Jeff
Jeffrey Robinson wrote:
Whenever I traverse to test.gourmetpaws.com/catalogue it now just takes me to the root index_html of the Zope install (version 2.4.3).
That's what your configuration does -- sends /catalogue to the root of Zope. What did you want to happen?
Cheers,
Evan @ 4-am & Zope
Jeffrey Robinson wrote:
That is sort've what I wanted, yeah. Though I thought the VirtualHostMonster would take over from there, see that it was coming from test.gourmetpaws.com and then 'map' it to the appropriate subdirectory in Zope.
The configuration you have now should do the following (does it?): 1. Send "http://test.gourmetpaws.com/catalogue/Foo" to Zope's "/Foo" 2. Make the absolute URL of Zope's "/Foo" be "http://test.gourmetpaws.com/catalogue/Foo" Did you want it to do the following instead? 1. Send "http://test.gourmetpaws.com/catalogue/Foo" to Zope's "/catalogue/Foo" 2. Make the absolute URL of Zope's "/catalogue/Foo" be "http://test.gourmetpaws.com/catalogue/Foo" ...or something else? Cheers, Evan @ 4-am & Zope
participants (2)
-
Evan Simpson -
Jeffrey Robinson