ELMIT
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Super admin not showingThanks Andrea_r, I really missed that part.
I came one step further, but do not understand the next:
Sub-domain Install Because your install is not new, the sites in your WordPress network must use sub-domains. The main site in a sub-directory install will need to use a modified permalink structure, potentially breaking existing links.
It is new! I want to use subdirectories. What did trigger that and how can I solve that?
I have setup a new site at http://abc.mydomain.com
There are other hosts already, like http://shop.mydomain.com in case that matters.Forum: Networking WordPress
In reply to: Super admin not showingI read it over and over, … I cannot figure it out!
I have setup a new site at http://abc.mydomain.com
There are other hosts already, like http://shop.mydomain.com in case that matters.http://codex.wordpress.org/Create_A_Network:
Step 1: Backup not done, since it is a fresh installation
Step 2: Not necessary, since I want to have subdirectory
Step 3: Allow Multisite
edit wp-config.php file to read:/** Multi Site
define(‘WP_ALLOW_MULTISITE’, true);
/* That’s all, stop editing! Happy blogging. */:Step 4: logout, clear cache, login
NO Tools/Network.
Reading, reading, reading, …changed wp-config.php to
/** Multi Site
define(‘MULTISITE’, true);
define(‘WP_ALLOW_MULTISITE’, true);
/* That’s all, stop editing! Happy blogging. */logout, clear cache, login
No Tolls/Network.What do I miss?