Replies: 0
This plugin Doesn’t work if I move my real wp config file in s non public folder.
I have created a dummpy wp config file for security purpose by using this code. And the plugin becomes useless.
<?php
/** Absolute path to the WordPress directory. */
if ( !defined('ABSPATH') )
define('ABSPATH', dirname(__FILE__) . '/');
/** Location of your WordPress configuration. */
require_once(ABSPATH . '../wpsecret/wp-config.php');