• Resolved rsmacaalay

    (@rsmacaalay)


    Hi,

    I installed this plugin and after an hour or less my wp-admin and wp-login redirects to 127.0.0.1
    I removed this on .htaccess

    # BEGIN NinjaFirewall
    <IfModule !mod_php5.c>
    SetEnv PHPRC /home/xxxxxxx/public_html/php.ini
    </IfModule>
    # END NinjaFirewall

    as well as this on php.ini

    ; BEGIN NinjaFirewall
    auto_prepend_file = /home/xxxxxxx/public_html/wp-content/plugins/ninjafirewall/lib/firewall.php
    ; END NinjaFirewall

    What shall I do, I cannot login

    https://wordpress.org/plugins/ninjafirewall/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author nintechnet

    (@nintechnet)

    Hi,

    There is no redirection code in NinjaFirewall, so the problem could be a conflict with another plugin.
    Are you using other security plugins, or plugins that hide or modify the log in process/page ?

    Thread Starter rsmacaalay

    (@rsmacaalay)

    Youre correct it conflicted with my All in one security plugin. its working now but I have another issue, I turned on the login protection and it seems like the password does not save properly as it does not accept the password I tried to save.

    What shall I do? I ched the file under the log folder and its encrypted so I cant see what it really saves.

    Plugin Author nintechnet

    (@nintechnet)

    it does not accept the password I tried to save.

    Did it return an error when you tried to save it ?

    You can create a hash from your password and compare it with the one saved to the log/nfwbfd.php file. It is a SHA1 40-character hash.
    If you have a shell access, just run the following command:
    $ echo -n 'YOUR_PASSWORD' | shasum

    Otherwise, you can use an online form like this one.

    Thread Starter rsmacaalay

    (@rsmacaalay)

    They give me the same results but whats bizarre is that any password that I tried the Login Protection denies it.
    What happens is that when I key in the username and password and hit enter it gives me again that username and password popup like an endless cycle.

    BTW thanks for your support

    Plugin Author nintechnet

    (@nintechnet)

    Can you test with another browser (desktop, tablet or mobile phone) ?

    Can you double-check that the popup dialog box is really from NinjaFirewall ? Setup a custom message in the “Login Protection > HTTP authentication” message field and see if it appears on that dialog box when you try to log in.

    Thread Starter rsmacaalay

    (@rsmacaalay)

    Hi I tried everything in mobile, ipad and different browsers still going to a loop. Ask me for a password then once I hit OK the dialog box shows again

    Plugin Author nintechnet

    (@nintechnet)

    Can you export your NF configuration and plugins list and send them
    to me: download http://nintechnet.com/nfwpexport_php.txt, rename it to
    nfwpexport.php, upload it into WP root folder and call it from your
    browser.
    You can send the outpout to contact(at)nintechnet.com, and just add “rsmacaalay” in the subject of your email so I know it comes from you.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘After an hour or so of installation wp-admin redirects to 127.0.0.1’ is closed to new replies.