I've installed Apache 1.3.28 and PHP 4.3.3 on my WinXp system.
But whenever I try to use a Rewrite in my .htaccess file I get a '500 Internal Server Error':
[Mon Sep 01 12:15:29 2003] [alert] [client 127.0.0.1] c:/apache/htdocs/www/.htaccess: Invalid command 'RewriteEngine', perhaps mis-spelled or defined by a module not included in the server configuration
It seems that the rewrite module isn't loaded. I tried editing the httpd.conf fil by adding 'AddModule mod_rewrite.c', but that didn't do the trick.
Does anyone know what I'm doing wrong?