An update on this.
I got it to work by editing the .htaccess file.
Add this code block at the start of the file:
<FilesMatch “^(wp-login|wp-log|index)\.php$”>
Header set Set-Cookie wordpress_test_cookie=WP+Cookie+check
</FilesMatch>
Regards
Rune
I have duplicated my website on a test domain with another host provider, and it’s the same problem there too.
However, I have found out that it works perfect when I use Firefox, but not when I use Chrome or Internet Explorer.
As far as I can see I get the white page with “blocked” written on it when the login and register page redirects to the wp-login.php page.
Is it possible to redirect from the register page and the login page to the forum page without involving the wp-login.php page?
Thanks again
Regards
Rune