Viewing 3 replies - 1 through 3 (of 3 total)
  • You may need to set NOBLOGREDIRECT in your wp-config.php file.

    Backup your file first, then try this:

    define( 'NOBLOGREDIRECT', 'https://www.betafox.net' );

    If there’s no site info then wordpress needs to send your visitors somewhere so the signup page is often used by default.

    Failing this, you should check that your wp_options table has the siteurl and home settings to correctly reflect the main domain of your Multisite installation.

    I’ve never used the plugin you mentioned, so I’m shooting in the dark. If it keeps giving you issues you can always FTP to remove the plugin, but this means you wouldn’t be running it’s deactivation script so you would need to track down whatever it’s done in the database.

    Thread Starter boostxd

    (@boostxd)

    If I try to set NOBLOGREDIRECT the site redirects too much and becomes inaccessible

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

The topic ‘Redirection issues on WordPress Network’ is closed to new replies.