hi,
I've tried adding any of these three to wp-config.php:
define('MULTISITE', true);
define('WP_ALLOW_MULTISITE', true);
define('WP_ENABLE_MULTISITE', true);
Network does not show up. On ubuntu with apache2.
I don't know that I completely understand the statement:
You cannot create a network in the following cases:
* “WordPress address (URL)” is different from “Site address (URL)”.
* “WordPress address (URL)” uses a port number other than ‘:80′, ‘:443′.
But I do know that my site resolves to:
http://www.mydomain.org/wordpress
and under settings it has:
WordPress address URL : http://www.mydomain.org/wordpress
Blog address (URL) : http://www.mydomain.org/wordpress
now do I need http://www.mydomain.org/ to be the wordpress location, or is it fine to have it http://www.mydomain.org/wordpress?
I can't find any other instructions. I have typed the single quote characters in manually.
Any ideas?