• Resolved Ocio132

    (@ocio132)


    hello good to whitelist my ip how is it since it is blocking me all the time ???

    The page I need help with: [log in to see the link]

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

    (@nintechnet)

    Do you know why you are blocked? Did you check the firewall’s log?
    You shouldn’t be blocked.

    If you want to whitelist your IP, use the .htninja file:

    <?php
    /*
     +===========================================================================================+
     | NinjaFirewall optional configuration file                                                 |
     |                                                                                           |
     | See: https://blog.nintechnet.com/ninjafirewall-wp-edition-the-htninja-configuration-file/ |
     +===========================================================================================+
    */
    
    if ( $_SERVER["REMOTE_ADDR"] == '1.2.3.4' ) {
       return 'ALLOW'; // whitelist
    }
    

    Replace ‘1.2.3.4’ with your IP, and upload the file into your WordPress root folder.

    Thread Starter Ocio132

    (@ocio132)

    hello good in the free version can you do that ???

    Plugin Author nintechnet

    (@nintechnet)

    Yes, you can do that in all NinjaFirewall versions.

    Thread Starter Ocio132

    (@ocio132)

    And is there no option to whitelist the server’s ip within the plugin that is not generating things for which we do not have much knowledge ???

    Plugin Author nintechnet

    (@nintechnet)

    Whitelists and blacklists are available in the WP+ Edition, not the free WP.

    Thread Starter Ocio132

    (@ocio132)

    with the paid version as it would be since the paid version ???

    Plugin Author nintechnet

    (@nintechnet)

    Go to “NinjaFirewall > Access Control”, click on the “IP address” tab, enter the IP to the whitelist and click the “Save Access Control directives” button to save the changes.

    Thread Starter Ocio132

    (@ocio132)

    Write event to the firewall log yes??

    Plugin Author nintechnet

    (@nintechnet)

    No

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘White list’ is closed to new replies.