[Zope] enhanced Virtual Host Monster question.

Evan Simpson evan@4-am.com
Tue, 18 Dec 2001 12:05:21 -0500


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