Hi<br><br>Ok so I looked at this stuff but can't find anything listed for point 3. Also I had to set Plone to listen on 8080 within its config file and now get Apache for my Plone domains. However they won't re-direct to the right site within the Plone installation. I've achieved this on Unix with the virtual host stuff below.
<br><br><ol><li>Find the httpd.conf file (usually you will find it in a folder called conf, config or something along those lines)</li><li>Inside the httpd.conf file uncomment the line <i>LoadModule rewrite_module modules/mod_rewrite.so
</i> (remove the pound '#' sign from in front of the line)</li><li>Also find the line <i>ClearModuleList</i> is uncommented then find and make sure that the line <i>AddModule mod_rewrite.c</i> is not commented out.</li></ol>
<span class="e" id="q_10843f712ac31294_1">&gt; NameVirtualHost ip:80<br>&gt; &lt;VirtualHost ip:80&gt;<br>&gt; ServerName name<br>&gt; RewriteEngine On<br>&gt; RewriteRule ^/(.*)<br>&gt; <a href="http://ip:8080/VirtualHostBase/http/name:80/site/Virt" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">

http://ip:8080/VirtualHostBase/http/name:80/site/Virt</a><br>&gt; ualHostRoot/$1 [L,P]<br>&gt; &lt;/VirtualHost&gt;</span><br><br><br><div><span class="gmail_quote">On 12/19/05, <b class="gmail_sendername">michael nt milne
</b> &lt;<a href="mailto:michael.milne@gmail.com">michael.milne@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;">
ok, i simply downloaded the Apache 2.0.55 release for Windoes from Apache. Thre RewriteEngine is set to on in the httpd.conf. God knows why the module wouldn't be available in the distribution. Do you know any documentation on how to install on module at all? The unix version comes with it by default I think.
<div><span class="e" id="q_10843f712ac31294_1"><span style="background-color: rgb(0, 0, 0);"></span><strong style="background-color: rgb(0, 0, 0);"><font color="#ffffff" face="arial,helvetica,sanserif"><a name="10843f712ac31294_2.0.55">
<strong></strong></a></font></strong><br><br><div>
<span class="gmail_quote">On 12/19/05, <b class="gmail_sendername">Andreas Jung</b> &lt;<a href="mailto:lists@andreas-jung.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">lists@andreas-jung.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;">
Likely the rewrite module isn't loaded (check the corresponding LoadModule<br>statements of your configuration).<br><br>-aj<br><br>--On 19. Dezember 2005 16:33:59 +0000 michael nt milne<br>&lt;<a href="mailto:michael.milne@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">

michael.milne@gmail.com</a>&gt; wrote:<br><br>&gt; Does RewriteEngine work on Apache for Windows 2.0.5 ?<br>&gt;<br>&gt; I'm getting the following......<br>&gt;<br>&gt; Syntax error on line 960 of C:/Program Files/Apache
<br>
&gt; Group/Apache2/conf/httpd.con<br>&gt; f:<br>&gt; Invalid command 'RewriteEngine', perhaps mis-spelled or defined by a<br>&gt; module not<br>&gt; included in the server configuration<br>&gt; Note the errors or messages above, and press the &lt;ESC&gt; key to exit.&nbsp;&nbsp;22...
<br>&gt;<br>&gt;<br>&gt;<br>&gt; NameVirtualHost ip:80<br>&gt; &lt;VirtualHost ip:80&gt;<br>&gt; ServerName name<br>&gt; RewriteEngine On<br>&gt; RewriteRule ^/(.*)<br>&gt; <a href="http://ip:8080/VirtualHostBase/http/name:80/site/Virt" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">

http://ip:8080/VirtualHostBase/http/name:80/site/Virt</a><br>&gt; ualHostRoot/$1 [L,P]<br>&gt; &lt;/VirtualHost&gt;<br><br><br><br><br><br></blockquote></div><br>

</span></div></blockquote></div><br>