• nutandevjoshi

    (@nutandevjoshi)


    I use 3.8.1 version.
    Hello I am able to do all operations on my MULTISITE.
    But,when i goto Network Admin page say http://www.MySite.com/wp-admin/network/
    , I get “This webpage has a redirect loop”.

    Please help me to solve the issue.
    MultiSite is on Root folder.

    Wp-config details=>

    /* Mulisite */
    define(‘WP_ALLOW_MULTISITE’, true);
    define(‘MULTISITE’, true);
    define(‘SUBDOMAIN_INSTALL’, false);
    define(‘DOMAIN_CURRENT_SITE’, ‘www.smartfacilitysoftware.com’);
    define(‘PATH_CURRENT_SITE’, ‘/’);
    define(‘SITE_ID_CURRENT_SITE’, 1);
    define(‘BLOG_ID_CURRENT_SITE’, 1);

    /* That’s all, stop editing! Happy blogging. */
    //The HTACCESS FILE (created by 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).*) $2 [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
    RewriteRule . index.php [L]

    ,Please help me out. Thanks

  • The topic ‘WordPress , multisite network admin redirect loop’ is closed to new replies.