Hello,
You are missing an SSL but that’s a separate problem and is not causing this problem.
You also have several problems (DNS_PROBE_POSSIBLE, ERR_TOO_MANY_REDIRECTS i.e. your site is redirecting to the login page over and over again) appearing inconsistently depending on whether I’m on the www or non-www version of your site.
So, to find the problem, clean everything back to basics. Do this:
– Disable ALL plugins at once by renaming the wp-content/plugins directory.
– Create one single clean default .htaccess in the root of your site – make sure there’s no htaccess in a sub-folder causing the problem. Use the basic clean htaccess from this page: https://wordpress.org/support/article/htaccess/
– You are *sometimes* redirecting the site to http://www.play4win.org. Check if you are accidentally doing this in more than one place e.g. at GoDaddy, in .htaccess (though you said you deleted it), via a plugin …
If you have no plugins and a fresh htaccess things should work. If not then you probably have a setting on your hosting account causing a redirect.
Once you get the basics working work backwards from there…
Good luck