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
I just did this
sudo a2enmod rewrite
then you have to restart the apache service by following command
sudo service apache2 restart