The MU forums have moved to WordPress.org

Rename wp-content (2 posts)

  1. brandonkovacs
    Member
    Posted 14 years ago #

    In the regular versions of wordpress, you can move/rename wp-content in wp-config.php with a few lines of code.

    Here is what the single installation used:

    'define( 'WP_CONTENT_DIR', $_SERVER['DOCUMENT_ROOT'] . '/static' );
    define( 'WP_CONTENT_URL', 'http://website.com/static');
    define( 'WP_PLUGIN_DIR', $_SERVER['DOCUMENT_ROOT'] . '/static/plugins' );
    define( 'WP_PLUGIN_URL', 'http://website.com/static/plugins');'

    Can I do the same thing in Wordpress MU? I would like for 'wp-content' to be renamed to 'static'. I am running 2.7.1

  2. basszje
    Member
    Posted 14 years ago #

    Don't see why not? Have you tried it yet? The only difference is dat blogs.dir (and .php) handles handle file uploads and that's about the only difference between WP and MU.

About this Topic

  • Started 14 years ago by brandonkovacs
  • Latest reply from basszje