Title: MS setup problem
Last modified: August 19, 2016

---

# MS setup problem

 *  Resolved [David](https://wordpress.org/support/users/prodesign/)
 * (@prodesign)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/ms-setup-problem/)
 * i’ve setup a MS wordpress before, but this time its not working at all, i’ve 
   followed all the instructions, first i add
 * >  define (‘WP_ALLOW_MULTISITE’, true);
 * to wp-config.php
 * go to the network and install subdir,
    create the blogs.dir and add it
 * add the codes to the htaccess, no problems there
 * but when i try to add
 * >  define( ‘MULTISITE’, true );
   >  define( ‘SUBDOMAIN_INSTALL’, false ); $base 
   > = ‘/’; define( ‘DOMAIN_CURRENT_SITE’, ‘topplacetovisit.info’ ); define( ‘PATH_CURRENT_SITE’,‘/’);
   > define( ‘SITE_ID_CURRENT_SITE’, 1 ); define( ‘BLOG_ID_CURRENT_SITE’, 1 );
 * to wp-config.php, i cant get past this error:
 * >  Warning: Cannot modify header information – headers already sent by (output
   > started at /home/topplace/public_html/wp-config.php:1) in /home/topplace/public_html/
   > wp-includes/pluggable.php on line 890
 * i’ve repeated this a billion times, i cant get past this error, i know this error
   means theres extra space, but didnt make and modifications pluggable.php line
   890, so why does this happen?

Viewing 9 replies - 1 through 9 (of 9 total)

 *  Moderator [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [15 years, 2 months ago](https://wordpress.org/support/topic/ms-setup-problem/#post-1869398)
 * Check for extra spaces in the WP-config file.
 *  Thread Starter [David](https://wordpress.org/support/users/prodesign/)
 * (@prodesign)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/ms-setup-problem/#post-1869412)
 * theres nothing before
    <?php on line one
 * and no spaces after
    require_once(ABSPATH . ‘wp-settings.php’);
 * at the end, any other ideas?
 *  Moderator [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [15 years, 2 months ago](https://wordpress.org/support/topic/ms-setup-problem/#post-1869428)
 * If you haven’t added anything, I’d trash it, totally, get a fresh download from
   wordpress.org, and try again. Somehow you got a stray space in there.
 *  Thread Starter [David](https://wordpress.org/support/users/prodesign/)
 * (@prodesign)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/ms-setup-problem/#post-1869436)
 * hmph.. ya i repeated the process more times then i can count as soon as i get
   to the step to add
 * define( ‘MULTISITE’, true );
    define( ‘SUBDOMAIN_INSTALL’, false ); $base = ‘/’;
   define( ‘DOMAIN_CURRENT_SITE’, ‘topplacetovisit.info’ ); define( ‘PATH_CURRENT_SITE’,‘/’);
   define( ‘SITE_ID_CURRENT_SITE’, 1 ); define( ‘BLOG_ID_CURRENT_SITE’, 1 );
 * i get the error, then if i undo it, it goes away.
 *  [Andrea Rennick](https://wordpress.org/support/users/andrea_r/)
 * (@andrea_r)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/ms-setup-problem/#post-1869487)
 * Where in the wp-config file are you pasting this in? In the middle?
 *  Moderator [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [15 years, 2 months ago](https://wordpress.org/support/topic/ms-setup-problem/#post-1869488)
 * Are you sure there are no funky characters? What are you using to edit the file?
 *  Thread Starter [David](https://wordpress.org/support/users/prodesign/)
 * (@prodesign)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/ms-setup-problem/#post-1869544)
 * I’m using microsoft web expression
 * I add the code right below
    define (‘WP_ALLOW_MULTISITE’, true); and right above
   that’s all happy blogging
 * here’s a copy.
 *     ```
       */
       define('WP_DEBUG', false);
   
       define ('WP_ALLOW_MULTISITE', true);
   
       define( 'MULTISITE', true );
   
       define( 'SUBDOMAIN_INSTALL', false );
   
       $base = '/';
   
       define( 'DOMAIN_CURRENT_SITE', 'designquoter.com' );
   
       define( 'PATH_CURRENT_SITE', '/' );
   
       define( 'SITE_ID_CURRENT_SITE', 1 );
   
       define( 'BLOG_ID_CURRENT_SITE', 1 );
   
       /* That's all, stop editing! Happy blogging. */
   
       /** Absolute path to the WordPress directory. */
       if ( !defined('ABSPATH') )
       	define('ABSPATH', dirname(__FILE__) . '/');
   
       /** Sets up WordPress vars and included files. */
       require_once(ABSPATH . 'wp-settings.php');
       ```
   
 *  Moderator [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [15 years, 2 months ago](https://wordpress.org/support/topic/ms-setup-problem/#post-1869548)
 * This may be sod-all, but … can you do it in NotePad? I wonder if the file is 
   being saved wonkily. That’s a technical term.
 *  Thread Starter [David](https://wordpress.org/support/users/prodesign/)
 * (@prodesign)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/ms-setup-problem/#post-1869627)
 * > “wonkily. That’s a technical term.”
 * sod-all it was not! you got it. wonkily… i should of checked that sooner.. added
   code outside of expression, worked first time. much thanks, i am creating this
   second network just to troubleshoot and find the problem with my main. (the other
   issue i posted)

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘MS setup problem’ is closed to new replies.

 * In: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
 * 9 replies
 * 3 participants
 * Last reply from: [David](https://wordpress.org/support/users/prodesign/)
 * Last activity: [15 years, 2 months ago](https://wordpress.org/support/topic/ms-setup-problem/#post-1869627)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
