Ok, good to know that.<br><br>So if I get this right I add in _vh_manage to the VirtualHostRoot in Zope which will cause /manage/ to be appended onto the all the URLs within Zope. The correct pages will still be served and the Apache re-write rule will be satisfied...
<br><br><div><span class="gmail_quote">On 4/18/06, <b class="gmail_sendername">Alexis Roda</b> &lt;<a href="mailto:alexis.roda.villalonga@gmail.com">alexis.roda.villalonga@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
michael nt milne escribió:<br>&gt; ok, thanks. Does anyone know how to re-write everything going through<br>&gt; /manage/ ?<br>&gt;<br><br>Part of the answer is here (from the Virtual Host Monster's &quot;About&quot; tab):
<br><br>Inside-out hosting<br><br>Another use for virtual hosting is to make Zope appear to be part of a<br>site controlled by another server. For example, Zope might only serve<br>the contents of <a href="http://www.mycause.org/dynamic_stuff">
http://www.mycause.org/dynamic_stuff</a>. To accomplish<br>this, you want to add &quot;dynamic_stuff&quot; to the start of all Zope-generated<br>URLs.<br><br>If you insert VirtualHostRoot, followed by one or more path elements
<br>that start with '_vh_', then these elements will be ignored during<br>traversal and then added (without the '_vh_') to the start of generated<br>URLs. For instance, a request for &quot;/a/VirtualHostRoot/_vh_z/&quot; will
<br>traverse &quot;a&quot; and then generate URLs that start with /z.<br><br>In our example, you would have the main server send requests for<br><a href="http://www.mycause.org/dynamic_stuff/anything">http://www.mycause.org/dynamic_stuff/anything
</a> to Zope, rewritten as<br>/VirtualHostRoot/_vh_dynamic_stuff/anything.<br><br><br><br><br>HTH<br></blockquote></div><br><br clear="all"><br>-- <br>michael