Bert_De_Ridder@peopleware.be wrote:
I'm using Apache as a frontend to zope/plone.
Is it possible to configure Apache as follows :
www.domain.ext should all go to the filesystem (static html files) except www.domain.ext/plone should be handled by mod_rewrite ( RewriteRule ^/(.*) http://localhost:7777/VirtualHostBase/http/www.domain.ext:80/VirtualHostRoot... [L,P] )
This should work (untested naturally): RewriteRule ^/plone(.*) http://localhost:7777/VirtualHostBase/http/www.domain.ext:80/VirtualHostRoot... [L,P] But if your plone site is in a folder called plone, you should use: RewriteRule ^/plone(.*) http://localhost:7777/VirtualHostBase/http/www.domain.ext:80/plone/VirtualHo... [L,P] -- hilsen/regards Max M, Denmark http://www.mxm.dk/ IT's Mad Science