Windows Apache

How do you enable mod_rewrite on Windows versions of Apache (1.3.27, specifically)?

I uncommented the two lines containing mod_rewrite from httpd.conf, added a working .htaccess file to the directory in question, restarted Apache, and it generates 404 errors instead of properly rewriting the URL.

 

 

 

 

Top