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

    (@nintechnet)

    Hi,

    You can whitelist the folder where OS Support is installed, with the .htninja script. For instance:

    <?php
    /*
     +===================================================================+
     | NinjaFirewall optional configuration file                         |
     |                                                                   |
     | See: http://nintechnet.com/ninjafirewall/wp-edition/help/?htninja |
     +===================================================================+
    */
    
    if (strpos($_SERVER['SCRIPT_FILENAME'], '/foobar/') !== FALSE) {
       return 'ALLOW';
    }

    Replace “/foobar/” with the correct folder name.

    Thread Starter jab57

    (@jab57)

    Thanks! I’ll try that…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can't access admin panel’ is closed to new replies.