Even though your issue has been resolved, I thought I’d post a solution to others having this problem (there seem to be quite a few people with the issue).
If your installation is in a directory other than the root (in this case /blog/), change the line in your .htaccess
RewriteBase /
to
RewriteBase /blog/
and also change
/index.php
to
index.php
(remove the slash) as it’s not in the root directory.