I\'ve got fresh install of Apache 2.2 on my Vista machine, everything works fine, except mod rewrite.
I\'ve uncommented
LoadModule rewrite_module mo
For my situation, I had
RewriteEngine On
in my .htaccess, along with the module being loaded, and it was not working.
.htaccess
The solution to my problem was to edit my vhost entry to inlcude
AllowOverride all
in the section for the site in question.