• Hi I am aryan dev,
    Running my site on Multisite over Multinetwork, My Multinetwork site working perfactly but sub site in each network in not working properly.

    Front face loaded without any CSS, and Admin area not Appear “site not found error”.

    Can any on suggest me are the nessasary changes i need to make in .htaccess file to excess sub of sum Domain like:

    mainDomain.com/netwok/subsite.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter jig4physics

    (@jig4physics)

    ============Site Structure====================
    [1] xyz.org {Main Net work Working Fine}
    | |
    | |—-[2] xyz.org/diary {Multy site at Main Network working fine}
    |
    |—–[3] xyz.org/abc {Secoiuncry Network, Working fine}
    |
    |—[4] xyz.org/abc/diary {Subsite of secondry Network, Not Working fine}

    ====================================================

    here site [4] not working and its wp-admin not found error appers can any one tell me whats problem?

    my .htaccess is like this

    ========================================
    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).*) $2 [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
    RewriteRule . index.php [L]
    ==================================================

    So many similar Post i found in this forum but i dont get answer for the same…

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    Front face loaded without any CSS, and Admin area not Appear “site not found error”.

    Check on whatsmydns.com and see if the right IP shows up for your subsites.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Multisite/Multinetwork site not working’ is closed to new replies.