13 Jan
2005
13 Jan
'05
3:56 p.m.
On Jan 13, 2005, at 16:43, 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/$1 [L,P] )
Yes, and if you read the excellent documentation for Apache (because this question has nothing to do with Zope) at www.apache.org you can find out how. jens