• I have Multisite installed. I cannot access any of my new sites dashboard. Every time I Click on the dashboard link to any of my new sites it brings me to my super admin dashboard. It keeps redirecting me to original dashboard. Also, under MY Sites only one site shows up. i can see the other sites when i go to the main dashboard but cannot access them

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    Has this always happened? Or is this a new install?

    Are you using subdomains or subfolders?

    What’s in your .htaccess?

    ETA: From your other posts:

    why individual dashboard are not showing per site. all sites generate default dashboard and settings effect all. instead of being individual. multisite set up on subdirectory on wordpress 3.9.1 on shared godaddy hosting.

    define('MULTISITE', true);
    define('SUBDOMAIN_INSTALL', false);
    define('DOMAIN_CURRENT_SITE', 'sample.com');
    define('PATH_CURRENT_SITE', '/');
    define('SITE_ID_CURRENT_SITE', 1);
    define('BLOG_ID_CURRENT_SITE', 1);
    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]
    Thread Starter 809finest

    (@809finest)

    its a new installation. im using subfolders. sorry for the duplicate but i was just getting frustrated. i searched the web and forums and nothing to no avail. I ended up deleting cause i was wasting time really. i dont know much about wordpress im currently starting to use this cms and with wordpress you quite on your own unless you find someone willing to help. i wanted to use multisite to avoid creating separate duplicate sites

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    It’s hard to get started, and I always tell people to make sure they know WORDPRESS before adding on multisite. You’re starting in the deep end of WP, and we do expect you to be familiar with the basics.

    Fwiw I wrote an ebook to help people get started: https://store.halfelf.org/ebooks/wordpress-multisite-101/ (it’s pay what you want using discount codes).

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

The topic ‘Can't access multisite dashboards’ is closed to new replies.