Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter andrearonqui

    (@andrearonqui)

    I already tried to find my IP on lockout list like said here (https://ithemes.com/security/fixing-ithemes-security-lockouts), but my IP is no on that list.

    I disabled the plugin by renaming plugin’s folder and can access wp-admin now, but this way I can’t use it. How can I disable 404 settings? (I believe this is what’s blocking me out). Anyone, please?
    Thankk you!

    Follow this procedure to disable the 404 Detection feature:

    – Log into phpMyAdmin
    – Click on the [prefix]options table in the left pane.
    – Click on the SQL tab in the right pane.
    – Execute: SELECT * FROM [prefix]options WHERE option_name = ‘itsec_four_oh_four’
    – Doubleclick on the serialized data displayed under the option_value column.
    – Find: s:7:”enabled”;b:1 and change it into s:7:”enabled”;b:0
    – Click anywhere outside the serialized data box to save the change.

    [prefix] should be substituted with your database tables prefix (eg: wp_).

    Needless to say the above procedure is at your own risk and should only be performed after creating a database backup.

    dwinden

    @andrearonqui

    If you feel your question was answered please don’t hesitate to mark this topic as ‘resolved’.

    dwinden

    Thread Starter andrearonqui

    (@andrearonqui)

    Hi dwinden! Thanks for your answer. I had tried that, but mine was already “b:0”, it was probably some other setting.

    My solution was to restore my database and .htaccess files. Al least I can star over. :/

    Thanks anyway!

    @andrearonqui

    Ah, I understand.
    So I guess the topic should be marked as ‘resolved’.

    dwinden

    Thread Starter andrearonqui

    (@andrearonqui)

    Ok.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Can't find wp-admin page anymore’ is closed to new replies.