Hi there,
I'm totally new to wordpress and I have no idea how to my change my url. In this case from http://mysql.undergroundsupersound.com to http://www.undergroundsupersound.com. If someone could walk me through that would be terrific!
Hi there,
I'm totally new to wordpress and I have no idea how to my change my url. In this case from http://mysql.undergroundsupersound.com to http://www.undergroundsupersound.com. If someone could walk me through that would be terrific!
Just remove this line into your wp-config.php file :
define('WP_ALLOW_MULTISITE', true);
or replace the line by this one :
define('WP_ALLOW_MULTISITE', false);
Regards
You must log in to post.