I had the same issue as this guy on my local machine with my rewrite rule.

in httpd.conf I changed this:
Options Indexes FollowSymLinks MultiViews

to this:
Options Indexes FollowSymLinks

and it did fix the problem, but I have no idea if this will cause bad things to happen elsewhere. Are there any ramifications from deleting MultiViews?

Thanks

Matt