I had the same issue running XAMPP on Windows 7 Prof and fixed it by adding the sub directory where my wordpress was located to the RewriteBase in the .htaccess file
In my example I installed wordpress in a subdirectory called wp1
To update .htaccess
1. Open .htaccess file
2. modify RewriteBase / to RewriteBase /wp1