Well, looks like you’ve made some progress while I’ve been shuttling kids to soccer games. ??
I now see a site at https://www.bibelskarkaeologi.dk/blog/
Something’s not quite right though… Viewing Source, I see this at the top of your page, before the “proper” blog stuff starts:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body>
<br>
</body>
</html>
Visiting your login screen, I see:
Warning: Cannot modify header information - headers already sent by (output started at /customers/bibelskarkaeologi.dk/bibelskarkaeologi.dk/httpd.www/blog/wp-config.php:5) in /customers/bibelskarkaeologi.dk/bibelskarkaeologi.dk/httpd.www/blog/wp-login.php on line 12
So, I wonder… do you have any extra blank lines in your wp-config.php file? Anything before the opening <?php
or after the closing ?>
should be removed.