Pretty URLs -> 404

Permalink
Pretty URL isn't working for me. The links are pretty but i get a 404. I already have entries in my .htaccess file. Could this be the reason?

The code of .htaccess

RewriteEngine on
RewriteCond %{HTTP_HOST} !^MYDOMAIN\.com$
RewriteRule ^(.*)$http://MYDOMAIN.com/$1 [L,R=301]

Thx
Steve