Advertisement
Guest User

wp-config (partial) riverviewinternational.org

a guest
Dec 12th, 2013
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. define( 'SUNRISE', 'on' );
  2. define( 'NOBLOGREDIRECT', 'http://lakesideeducation.org' );
  3.  
  4. define('DISABLE_WP_CRON', true);
  5.  
  6. define('WP_CACHE', true);
  7.  
  8. define('WP_ALLOW_MULTISITE', true);
  9. define('WPMU_ACCEL_REDIRECT', true);
  10. define('MULTISITE', true);
  11. define('SUBDOMAIN_INSTALL', true);
  12. $base = '/';
  13. define('DOMAIN_CURRENT_SITE', 'lakesideeducation.org');
  14. define('PATH_CURRENT_SITE', '/');
  15. define('SITE_ID_CURRENT_SITE', 1);
  16. define('BLOG_ID_CURRENT_SITE', 1);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement