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
Try setting: AllowOverride All.
AllowOverride All
Second most common issue is not having mod rewrite enabled: a2enmod rewrite and then restart apache.
a2enmod rewrite