Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Plugin doesnot work if I change the wp config location

$
0
0

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');

Viewing all articles
Browse latest Browse all 59525

Trending Articles