• 2 days after installing WordPress on a website that formerly hosted simple HTMLpages, I wanted to log in again on the admin page (http://websitename/wp-admin/ . To my surprise, that page now immediately refers to http://websitename/wp-login for some reason, a blank page except for the text ‘Website security – Click here to continue to your website login’

    Needless to say I did NOT click the link (couldn’t see the url it would take me to anyway), but I was able to log in to WordPress at my server’s control panel.

    Does anybody have any idea how to fix this? Showing the page’s sources didn’t give me any clues to what is wrong:

    `<html><head>
    <meta charset=”utf-8″>
    <title>Wordpress security</title>
    <script src=”//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js”></script>
    <script type=”text/javascript”>

    function doCheck() {
    jQuery.post(”, { wpblockallowip: 1 }, function(data) {
    window.location = window.location;
    });
    }

    </script>
    <style type=”text/css”>
    <!–
    BODY
    {
    color:black;
    font-family:arial;
    }
    –>
    </style>
    <style type=”text/css”></style><style type=”text/css”></style></head><body>

    <center><h2>Website Security</h2></center>
    <h1><center>Click here to continue to your website login</center></h1>

    </body></html>’

    I’ve already changed the password for all WordPress users, as well as my FTP-login!

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Login page hacked’ is closed to new replies.