On Sat, 5 Nov 2005, Ross Boylan wrote: > However, when I try to install the latest CMFVirtualHost package > there (0.0.9) it doesn't work.
Normally, the virtual host thingy that comes preinstalled with current zopes works fine. I'd try it first without complicating matters by adding other stuff. > RewriteRule ^/xxx/(.*) > http://localhost:7899/VirtualHostBase/http/foo.bar.com:80/foo_bar/VirtualHostRoot/$1 > [L,P] Some wild guessing: * The 'xxx' looks strange. It of course depends on your setup, but ^/(.*) would just shove through the root, which is probably what you want. * I assume 'foo_bar' is the exact name of your plone instance inside the zope root. * Is there a (just the standard one) virtual host monster in your zope root? You didn't delete it? Just compare it to a stock zope one. * Perhaps run your tests with a stock zope plus a bare bones plone site. good luck! Reinout -- Reinout van Rees [EMAIL PROTECTED] http://vanrees.org/weblog/ http://zestsoftware.nl/ "Military engineers build missiles. Civil engineers build targets." _______________________________________________ Setup mailing list [email protected] http://lists.plone.org/mailman/listinfo/setup
