.htaccess ana dizinde olmalı.
Edit:
Birde alt klasör sorunun varmış

Bu blog alt klasörün için mesela.
Alıntı
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /blog/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L]
</IfModule>