• I am trying to change the directory location of my wp-content folder, something I’ve done quite often, but for some reason, with a local install using Wamp, I am hitting a wall….

    Here is the code I currently have in wp-config.php:

    define('WP_CONTENT_DIR', 'wordpress433/data/wp-content');
    define('WP_CONTENT_URL', 'https://localhost/wordpress433/data/wp-content');
    define('WP_PLUGIN_DIR', 'wordpress433/data/wp-content/plugins');
    define('WP_PLUGIN_URL', 'https://localhost/wordpress433/data/wp-content');
    define('PLUGINDIR', 'wordpress433/data/wp-content/plugins');

    I have tried adding the complete local directory, adding the dirname( __FILE__ ) . command, even copied the code directly from another functioning instance of WP, but so far, it will NOT work for me. If I remove the code completely and drop the wp-content folder back in the main core directory, it works just fine.

    Did something change in 4.3.3 that I am missing, or is there perhaps a back-end setting I’m forgetting?

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘4.3.3 wp-content moving’ is closed to new replies.