13 Jan
2005
13 Jan
'05
5:01 p.m.
On Thu, 2005-01-13 at 16:43 +0100, 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] )
I use a setup like this: RewriteRule ^/plone(.*) Localhost:7777/VirtualHostBase/http/www.domain.ext:80/VirtualHostRoot/$1[L,P] RewriteRule ^/(.*) /usr/local/www/static.html.location$1 [L] -- -------^.^-- Matthew Platte Lincoln Nebraska