Yes, I know it should be somewhere in the manuals, but call me lazy; I was just hoping someone in this list could give me a pointer to the right direction. Kind Regards Bert De Ridder PeopleWare NV - Head Office Cdt.Weynsstraat 85 B-2660 Hoboken Tel: +32 3 448.33.38 Fax: +32 3 448.32.66 PeopleWare NV - Branch Office Geel Kleinhoefstraat 5 B-2440 Geel Tel: +32 14 57.00.90 Fax: +32 14 58.13.25 Jens Vagelpohl <jens@dataflake.org> Sent by: zope-bounces@zope.org 13/01/2005 16:56 To Zope Mailing List <zope@zope.org> cc Subject Re: [Zope] Apache configuration 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 _______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )