Redirect when URL prefaced with www.?

I’m testing out an app and of course novices break things in ways I never think of - in this case prefacing the app URL with www.

Strangely, what they get is the string “Everything is fine”. Can I redirect to my project instead?

This is also fixed :slight_smile:

if you go to, say, http://www.ifat.glitch.me, you will be redirected to http://ifat.glitch.me.

Is it ok for your use case?

Caveat: If you use https, your browser will complain about invalid certificates, but if you accept to go ahead, you will be redirected to the right domain and everything will keep working with correct certs.

1 Like

Great, thanks! I tested the gomix URL :confused: