Title: Local config file include
Last modified: August 22, 2016

---

# Local config file include

 *  Resolved [bajro](https://wordpress.org/support/users/bajro/)
 * (@bajro)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/local-config-file-include/)
 * Hello,
 * I’ve created ‘pll-config.php’ file in ‘/wp-content/polylang/’. The problem is
   in line 48 of polylang.php:
 * if (!defined(‘PLL_LOCAL_DIR’))
    define(‘PLL_LOCAL_DIR’, WP_CONTENT_DIR . ‘/polylang’);
 * It should be:
 *  define(‘PLL_LOCAL_DIR’, WP_CONTENT_DIR . ‘/plugins/polylang’);
 * because WP_CONTENT_DIR is ‘/srv/public-wordpress/wp-content’.
 * Best regards
 * [https://wordpress.org/plugins/polylang/](https://wordpress.org/plugins/polylang/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Chouby](https://wordpress.org/support/users/chouby/)
 * (@chouby)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/local-config-file-include/#post-5340513)
 * Hi!
 * The define is correct. because, the pll-config.php must be placed in wp-content/
   polylang, not /wp-content/plugins/polylang. the reason for this is that /wp-content/
   plugins/polylang is erased at each Polylang automatic update.
 *  Thread Starter [bajro](https://wordpress.org/support/users/bajro/)
 * (@bajro)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/local-config-file-include/#post-5340566)
 * Hello,
 * i understand, thank you for explanation.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Local config file include’ is closed to new replies.

 * ![](https://ps.w.org/polylang/assets/icon-256x256.png?rev=3433336)
 * [Polylang](https://wordpress.org/plugins/polylang/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/polylang/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/polylang/)
 * [Active Topics](https://wordpress.org/support/plugin/polylang/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/polylang/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/polylang/reviews/)

## Tags

 * [config](https://wordpress.org/support/topic-tag/config/)
 * [local](https://wordpress.org/support/topic-tag/local/)

 * 2 replies
 * 2 participants
 * Last reply from: [bajro](https://wordpress.org/support/users/bajro/)
 * Last activity: [11 years, 7 months ago](https://wordpress.org/support/topic/local-config-file-include/#post-5340566)
 * Status: resolved