.htaccess file doesn’t work, with hundred tries

Try doing it via Cpanel (if you have access to it).

If not, clear ur HTACCESS with all the code you have written (except for default WordPress code) and add this.

<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{HTTP_HOST} ^www\.liebeundsprueche\.com [NC]
RewriteRule ^(.*)$ http://liebeundsprueche.com/$1 [L,R=301]
</IfModule>