How to change www. to root domain on Modulus?

Hi all,

I’ve got a test deployment of my in-development app on Modulus at http://grooply.io. I’ve finally got all my DNS working right, but there’s one problem left: In order for Facebook/etc logins to work, the app can’t be served from any subdomain. In other words, if you put in “www.grooply.io”, it needs to actually request grooply.io.

I’m still somewhat new to ‘advanced’ DNS, but my understanding is that that kind of redirect is not part of DNS, but rather a server URL rewrite.

So what is the best way to do this with Modulus? Thanks all :smile: