Re: [Zope3-Users] Total n00b to zope3 and apache.

2006-07-27 Thread KE Liew
If I'm not wrong, the same applies to Z3 and apache. So yes, RTFM does apply. But since, for me at least, the docs aren't clear, and would require more reading from different places, i think it's excusable. :) NameVirtualHost localhost:8080 # The ZServer process's port VirtualHost

Re: [Zope3-Users] Total n00b to zope3 and apache.

2006-07-27 Thread Darryl Cousins
Hi, Your rewrite rule is incorrect. Here is something close to meeting your requirements. RewriteRule ^(/zope/?.*) http://localhost:8080/++vh++http:localhost:8000/zope/++$1 [P,L] The important bit is the ++vh++. You may want to start reading here: