• Resolved scott22

    (@scott22)


    I have installed a wordpress multisite on the domain recruitstatus.com and all seems to be working correctly except: If i go to http://www.recruitstatus.com everything is perfect. But is someone just types: recruitstatus.com they are forward to this message listed below:
    Greetings Site Administrator! You are currently allowing “none” registrations. To change or disable registration go to your Options page.

    I just want them to see the main site like they would if they visited http://www.recruitstatus.com

    Thanks for any help, I am pretty new to using a multisite.

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

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    No, only YOU see the ‘Greetings Site Administrator…’ thing 🙂 But yeah, anyway.

    Put this in your .htaccess at the very top

    # Force the "www."
    RewriteCond %{HTTP_HOST} ^recruitstatus\.com$ [NC]
    RewriteRule ^(.*)$ http://www.recruitstatus.com/$1 [R=301,L]
    Thread Starter scott22

    (@scott22)

    If you were near I would hug you. LOL Thank you so much.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    I accept baked goods and Nestle Smarties 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Mulitsite Domain URL coming up with message’ is closed to new replies.