Wordpress is down after pointing my domain to 000webhost.com

I installed Wordpress and pointed the domain www.bildundwort.blog to 000webhost.com, created a database and changed the wp-config.php file with the database details. But I still cannot access the Wordpress admin site. I am not sure if I need to change the htaccess file as well. At the moment it looks like this:

BEGIN WordPress

RewriteEngine On RewriteBase / RewriteRule ^/wp-content/hostinger-page-cache/ - [L] RewriteCond %{REQUEST_METHOD} !POST RewriteCond %{QUERY_STRING} !.*=.* RewriteRule ^(.*)$ /wp-content/hostinger-page-cache/$1/_index.html RewriteCond %{DOCUMENT_ROOT}/wp-content/hostinger-page-cache/$1/_index.html -f ExpiresActive On ExpiresByType image/jpg "access plus 1 year" ExpiresByType image/jpeg "access plus 1 year" ExpiresByType image/gif "access plus 1 year" ExpiresByType image/png "access plus 1 year" ExpiresByType text/css "access plus 1 month" ExpiresByType application/pdf "access plus 1 month" ExpiresByType text/javascript "access plus 1 month" ExpiresByType image/x-icon "access plus 1 year" ExpiresDefault "access plus 1 weeks" RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L]

I would be very happy if you could help me solving this.

Follow this