• I found that the redirect page was putting me in an infinite loop. What worked better for me was to redirect the user to wp-admin/my-sites.php which will simply tell the user what sites they do have access to. This simply involved modifying lines 94 and 106 of version 1.2.1.

    Line 094: $redirect_to = 'wp-admin/my-sites.php';
    Line 106: header('Location: ' . $redirect_to);

The topic ‘[Plugin: Force User Login Multisite] Redirect page’ is closed to new replies.