ok will do. Just that alot of people have apache experience on this list and I've got some really good help from it.<br><br><div><span class="gmail_quote">On 12/21/05, <b class="gmail_sendername">Chris Withers</b> &lt;<a href="mailto:chris@simplistix.co.uk">
chris@simplistix.co.uk</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;">I'm sure there's an Apache list you could be asking these questions,
<br>this has nothing to do with Zope.<br><br>#apache on <a href="http://irc.freenode.net">irc.freenode.net</a> is where I'd go ;-)<br><br>Chris<br><br>michael nt milne wrote:<br>&gt; Hi<br>&gt;<br>&gt; Ok so I looked at this stuff but can't find anything listed for point 3.
<br>&gt; Also I had to set Plone to listen on 8080 within its config file and now get<br>&gt; Apache for my Plone domains. However they won't re-direct to the right site<br>&gt; within the Plone installation. I've achieved this on Unix with the virtual
<br>&gt; host stuff below.<br>&gt;<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;1. Find the httpd.conf file (usually you will find it in a folder<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;called conf, config or something along those lines)<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;2. Inside the httpd.conf file uncomment the line *LoadModule
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;rewrite_module modules/mod_rewrite.so* (remove the pound '#' sign from<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;in front of the line)<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;3. Also find the line *ClearModuleList* is uncommented then find and<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;make sure that the line *AddModule mod_rewrite.c* is not commented
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;out.<br>&gt;<br>&gt;<br>&gt;&gt;NameVirtualHost ip:80<br>&gt;&gt;&lt;VirtualHost ip:80&gt;<br>&gt;&gt;ServerName name<br>&gt;&gt;RewriteEngine On<br>&gt;&gt;RewriteRule ^/(.*)<br>&gt;&gt;<a href="http://ip:8080/VirtualHostBase/http/name:80/site/Virt">
http://ip:8080/VirtualHostBase/http/name:80/site/Virt</a><br>&gt;&gt;ualHostRoot/$1 [L,P]<br>&gt;&gt;&lt;/VirtualHost&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt; On 12/19/05, michael nt milne &lt;<a href="mailto:michael.milne@gmail.com">
michael.milne@gmail.com</a>&gt; wrote:<br>&gt;<br>&gt;&gt;ok, i simply downloaded the Apache 2.0.55 release for Windoes from Apache.<br>&gt;&gt;Thre RewriteEngine is set to on in the httpd.conf. God knows why the<br>&gt;&gt;module wouldn't be available in the distribution. Do you know any
<br>&gt;&gt;documentation on how to install on module at all? The unix version comes<br>&gt;&gt;with it by default I think. **<br>&gt;&gt;<br>&gt;&gt;On 12/19/05, Andreas Jung &lt;<a href="mailto:lists@andreas-jung.com">lists@andreas-jung.com
</a>&gt; wrote:<br>&gt;&gt;<br>&gt;&gt;&gt;Likely the rewrite module isn't loaded (check the corresponding<br>&gt;&gt;&gt;LoadModule<br>&gt;&gt;&gt;statements of your configuration).<br>&gt;&gt;&gt;<br>&gt;&gt;&gt;-aj<br>
&gt;&gt;&gt;<br>&gt;&gt;&gt;--On 19. Dezember 2005 16:33:59 +0000 michael nt milne<br>&gt;&gt;&gt;&lt; <a href="mailto:michael.milne@gmail.com">michael.milne@gmail.com</a>&gt; wrote:<br>&gt;&gt;&gt;<br>&gt;&gt;&gt;<br>&gt;&gt;&gt;&gt;Does RewriteEngine work on Apache for Windows 
2.0.5 ?<br>&gt;&gt;&gt;&gt;<br>&gt;&gt;&gt;&gt;I'm getting the following......<br>&gt;&gt;&gt;&gt;<br>&gt;&gt;&gt;&gt;Syntax error on line 960 of C:/Program Files/Apache<br>&gt;&gt;&gt;&gt;Group/Apache2/conf/httpd.con<br>
&gt;&gt;&gt;&gt;f:<br>&gt;&gt;&gt;&gt;Invalid command 'RewriteEngine', perhaps mis-spelled or defined by a<br>&gt;&gt;&gt;&gt;module not<br>&gt;&gt;&gt;&gt;included in the server configuration<br>&gt;&gt;&gt;&gt;Note the errors or messages above, and press the &lt;ESC&gt; key to
<br>&gt;&gt;&gt;<br>&gt;&gt;&gt;exit.&nbsp;&nbsp;22...<br>&gt;&gt;&gt;<br>&gt;&gt;&gt;&gt;<br>&gt;&gt;&gt;&gt;<br>&gt;&gt;&gt;&gt;NameVirtualHost ip:80<br>&gt;&gt;&gt;&gt;&lt;VirtualHost ip:80&gt;<br>&gt;&gt;&gt;&gt;ServerName name
<br>&gt;&gt;&gt;&gt;RewriteEngine On<br>&gt;&gt;&gt;&gt;RewriteRule ^/(.*)<br>&gt;&gt;&gt;&gt;<a href="http://ip:8080/VirtualHostBase/http/name:80/site/Virt">http://ip:8080/VirtualHostBase/http/name:80/site/Virt</a><br>&gt;&gt;&gt;&gt;ualHostRoot/$1 [L,P]
<br>&gt;&gt;&gt;&gt;&lt;/VirtualHost&gt;<br>&gt;&gt;&gt;<br>&gt;&gt;&gt;<br>&gt;&gt;&gt;<br>&gt;&gt;&gt;<br>&gt;&gt;&gt;<br>&gt;&gt;&gt;<br>&gt;<br>&gt;<br>&gt; ------------------------------------------------------------------------
<br>&gt;<br>&gt; _______________________________________________<br>&gt; Zope maillist&nbsp;&nbsp;-&nbsp;&nbsp;<a href="mailto:Zope@zope.org">Zope@zope.org</a><br>&gt; <a href="http://mail.zope.org/mailman/listinfo/zope">http://mail.zope.org/mailman/listinfo/zope
</a><br>&gt; **&nbsp;&nbsp; No cross posts or HTML encoding!&nbsp;&nbsp;**<br>&gt; (Related lists -<br>&gt;&nbsp;&nbsp;<a href="http://mail.zope.org/mailman/listinfo/zope-announce">http://mail.zope.org/mailman/listinfo/zope-announce</a><br>&gt;&nbsp;&nbsp;<a href="http://mail.zope.org/mailman/listinfo/zope-dev">
http://mail.zope.org/mailman/listinfo/zope-dev</a> )<br><br>--<br>Simplistix - Content Management, Zope &amp; Python Consulting<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;- <a href="http://www.simplistix.co.uk">http://www.simplistix.co.uk</a><br></blockquote>
</div><br>