Does RewriteEngine work on Apache for Windows 2.0.5 ?<br><br>I'm getting the following......<br><br>Syntax error on line 960 of C:/Program Files/Apache Group/Apache2/conf/httpd.con<br>f:<br><span style="font-weight: bold;">
Invalid command 'RewriteEngine', perhaps mis-spelled or defined by a module not
</span><br style="font-weight: bold;"><span style="font-weight: bold;">included in the server configuration</span><br>Note the errors or messages above, and press the &lt;ESC&gt; key to exit.&nbsp;&nbsp;22...<br><br><br><br>NameVirtualHost ip:80
<br>&lt;VirtualHost ip:80&gt;<br>ServerName name<br>RewriteEngine On<br>RewriteRule ^/(.*) <br><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>ualHostRoot/$1 [L,P]
<br>&lt;/VirtualHost&gt;