• Hi,

    I’m trying to relocate my plugins & themes folders using.

    I have two sites on my SQL server- and with one, it worked perfectly. Both are using the same theme and plugins.

    /** Absolute path to the WordPress directory. */
    if ( !defined('ABSPATH') )
    define('ABSPATH', dirname(__FILE__) . '/');
    define( 'WP_CONTENT_DIR', dirname(__FILE__) . '/assets' );
    define( 'WP_CONTENT_URL', 'http://mysite.com/assets' );
    define( 'WP_PLUGIN_DIR', dirname(__FILE__) . '/assets/plugins' );
    define( 'WP_PLUGIN_URL', 'http://mysite.com/assets/plugins' );
    define( 'PLUGINDIR', dirname(__FILE__) . '/assets/plugins' );
    $theme_root = WP_CONTENT_DIR . '/assets/themes';
    define( 'UPLOADS', 'assets/images' );
    /** Sets up WordPress vars and included files. */

    Any ideas?

Viewing 1 replies (of 1 total)
  • Thread Starter ycon

    (@ycon)

    I just imported my site into WAMP (using my exact SQL tables and phpfiles). It works perfectly.

    Could there be some setting with my database causing this?

Viewing 1 replies (of 1 total)

The topic ‘Changes to wp-config.php break site’ is closed to new replies.