Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Rahul Bansal

    (@rahul286)

    @moose123

    You need to handle this in your nginx config

    add something like following in your nginx config

    location = / {
         rewrite ^ something.com permanent;
    }

    Replace something.com with any domain/URL and do NOT forget to reload nginx config for changes to take effect.

    Thread Starter moose123

    (@moose123)

    Thanks. I think you gave me enough to get this working.

    Cheers!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide/redirect main multisite blog’ is closed to new replies.