Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter ashleecopper

    (@ashleecopper)

    And a big thank you in advance for anyone who can help out – it would be greatly appreciated! ??

    Thread Starter ashleecopper

    (@ashleecopper)

    I have been playing around with the site off and on and finally decided just to wipe it out and start from scratch and was sure to follow all of the installation instructions step-by-step. I have tried several methods for setting up the sites using the “Multi Network” piece, but I am stuck because I get some form of error no matter what I try. I decided to test creating kayenta.us/tech and kayenta.us/tech/programs sites that could each have their own theme. I went to the networks section and designated the domain for the first as “kayenta.us” and the path as “tech/”…if I do it any other way, then the path doesn’t show correctly when I click the Network Admin link for that network. Even though the path is correct, I get an “Internal Server Error”. Also, if I go to “My Sites” at the top and go to “KUSD Technology Department”, then “Dashboard”, it tries to pull up “kayenta.ustech/…” the slash in front of “tech” is missing. I have a few other questions, but I figure I should start here and maybe fixing this will resolve the other issues.

    In case it is of use, here is my current .htcaccess file:

    # BEGIN WordPress

    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]

    # add a trailing slash to /wp-admin
    RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ – [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) kayenta/$2 [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ kayenta/$2 [L]
    RewriteRule . index.php [L]

    # END WordPress

    And a portion of my wp-config.php file:

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

    define(‘MULTISITE’, true);
    define(‘SUBDOMAIN_INSTALL’, false);
    /* define(‘DOMAIN_CURRENT_SITE’, ‘kayenta.us’); */
    define(‘PATH_CURRENT_SITE’, ‘/’);
    define(‘SITE_ID_CURRENT_SITE’, 1);
    define(‘BLOG_ID_CURRENT_SITE’, 1);

    Thread Starter ashleecopper

    (@ashleecopper)

    Ipstenu,

    Thanks so much for responding. I have tried to do this a few times, but I can’t seem to find where to get to the “edit” page for sub-subdirectories (not sure if there is a better word for this?). I have only set up the first organization so far, so it does list site1.com/org1, but it won’t let me add sub-subdirectories to the sites list. The only way I have been able to add them is using the “Networks” within the Sites section, but I can’t find a way to edit them from there. Any ideas would be greatly appreciated.

    Thanks,

    Ashlee

    I have been spending hours and hours trying to find a fix that would work for my “sub-subdirectory” site and that worked instantly. If I commented out the “DOMAIN_CURRENT_SITE” line then my theme would disappear, but if I didn’t comment it out then posts and other features wouldn’t show up (or maybe it was vice versa?). This fixed EVERYTHING!

    Thank you!!!

Viewing 4 replies - 1 through 4 (of 4 total)