• I initially installed wordpress as a subdirectory /news/ but moved it to the root. Everything works fine except /plugins/ which continues to look for the old location to install or remove plugins. Any idea where I can change the location of the directory wordpress is looking for?

Viewing 1 replies (of 1 total)
  • Open wp-config.php and see if you have the following constant variables defined:

    define('WP_PLUGIN_DIR', 'new/path/to/plugins');
    define('WP_PLUGIN_URL', '/url/to/plugins');

    if yes, just delete these 2 lines, or change the path manually.

Viewing 1 replies (of 1 total)
  • The topic ‘plugins can't be found after move’ is closed to new replies.