• Resolved asadinho

    (@asadinho)


    Greetings Oracle.

    Having scoured countless tutorials and forums posts by users experiencing similar problems, I just cannot seem to get to the bottom of mine. I have 3.2.1 installed on the root directory and have been through the instructions on.

    http://codex.wordpress.org/Create_A_Network

    …with a fine tooth comb. I have gotten as far as inserting:

    define(‘WP_ALLOW_MULTISITE’, true);

    into the the wpconfig.php. I also got the wizard dialog upon installation, and have inserted the code it generated into wpconfig.php and .htaccess. However, when I insert:

    define( ‘MULTISITE’, true );
    define( ‘SUBDOMAIN_INSTALL’, true );
    $base = ‘/’;
    define( ‘DOMAIN_CURRENT_SITE’, ‘cocomelo.co.uk’ );
    define( ‘PATH_CURRENT_SITE’, ‘/’ );
    define( ‘SITE_ID_CURRENT_SITE’, 1 );
    define( ‘BLOG_ID_CURRENT_SITE’, 1 );

    …into wpconfig, the site doesn’t even loading up, the admin included.

    Can anyone help? Been wrestling with this all day and I’m at my wits end now 🙂 Much appreciated!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Those look alright. Did you make sure to put them above:

    /* That's all, stop editing! Happy blogging. */

    Thread Starter asadinho

    (@asadinho)

    I did indeed.

    If you placed that in the correct place and replaced any previous WordPress .htaccess rules with the ones it gave you, it should work. Do you happen to have an “error_log” file or something similar in your root or wp-admin folder? A blank screen usually means a php error occurred, and the error log would tell us what exactly is happening.

    Thread Starter asadinho

    (@asadinho)

    Thank you so much for your help mighty Bagel. I resolved it by backing up and installing everything from scratch. Now onto other dilemmas 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Multisite Installation woes’ is closed to new replies.