the latest xampp seems to want to secure things more. I had to change this rule to get rewrite to work
httpd.conf file around line 247
<FilesMatch “^\.ht”>
Order allow,deny
allow from all
</FilesMatch>
Change it to allow from all… I come deny from all