trouble with WP domain mapping

1 replies
Hello to all. I am not sure if this is the right place for this post but I try.
I have a WP blog set up on my site and I am trying to set up "WP-Mu-Domain mapping". I have the files all installed (in the right places) and I have the "sunrise" defined in my config.php file, but here is the message I am getting:

"Please edit your /home/hgblog/public_html/wp-config.php and move the line define( 'SUNRISE', 'on' ); above the last require_once() in that file."

Now this is the last lines in my config.php file:

/* 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. */
define( 'SUNRISE', 'on' );
require_once(ABSPATH . 'wp-settings.php');

Can anyone help me with this or should I move this post to a different catigory?
Thanks in advance.
Phil
#domain #mapping #trouble

Trending Topics