Ok, well I got some success by eliminating apache and using the site accesss example methods and an access rule. but. is this a lower performance solution than fronting zope with apache? Michael Bernstein wrote:
Jonathan Cheyne wrote:
Ah, no, I though that was if you were doing the virtual hosting in zope (as opposed to virtual hosts in httpd.conf or a rewrite)?
I will add one, pronto
Sorry, I didn't mean to confuse you. If you're using Apache Virtual hosting, you don't need an access rule. I thought that you might have one that was conflicting.
One thing that might help you figure this out is to add a 'debug' DTML Method to your root folder that contains:
<dtml-var REQUEST>
And trying various URLs with /debug tacked on the end to see how the HTTP request is being rewritten.
HTH,
Michael Bernstein.