• Hello all-

    It’s been about 3 months now and I cannot get things working. I am installing WordPress 4.4.1. I have two web servers, one SQL server and one NAS shared directory for files.

    I install WordPress on the two webservers pointing their wp-config.php to the SQL server. This appears to work fine. A load balancing IP points to each.

    I have a folder in my html folder called “blog” which is really a NAS share.
    I follow the instructions in the codex to make this work and it does.

    Now when I start configuring the multisite is where issues arrise. I setup a wildcard DNS entry before anything else. I turn on the option in wp-config.php by adding the following:

    /* Multisite */
    define( ‘WP_ALLOW_MULTISITE’, true );

    Then I return to the site and do the network setup. I choose subdomain. I then copy the code provided to the index.php and .htaccess files.

    When I log out and back in it looks fine. I can click and open all pages on the left related to the main site. At the top I have My Sites and the Main site. When I click anything related to My Sites or it’s submenu the links do not include the full path. I’ve noticed I can get around this by entering the /blog in myself. That works for some navigation but I cannot create any sites. When I click create I’m redirected to a login. Seems like a couple issues and trust me I have looked EVERYWHERE but know I’ve read some really good advise here and hoping someone has a clue.

    Site is https://wp.ravanallc.com/ if that helps at all.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Multisite, Subdomain, shared NFS directory Linux HELP’ is closed to new replies.