rbind / support

Technical support for rbind
https://support.rbind.io
MIT License
47 stars 24 forks source link

rbind.io subdomain request #908

Closed DallasNovakowski closed 1 year ago

DallasNovakowski commented 1 year ago

Netlify website address

dallasnova.netlify.app

Preferred rbind.io subdomain

dallasnova.rbind.io

Agreement

nanxstats commented 1 year ago

@DallasNovakowski We have configured the rbind subdomain you requested. Please:

  1. Add the rbind subdomain in your Netlify account as the custom domain to your site, as is shown below. Simply use your subdomain.rbind.io as the record, no www needed.

  1. There might be messages saying "DNS verification failed" or "check DNS configuration" on Netlify after adding the rbind subdomain -- they can be safely ignored as long as the site renders properly.

  2. You may also find the last two sections of this post helpful for redirecting HTTP traffic to HTTPS automatically.

Thanks! -Nan

DallasNovakowski commented 1 year ago

Thank you. Just to confirm, would this be the appropriate syntax for redirecting?:

https://dallasnova.netlify.app/ https://dallasnova.rbind.io/:splat 301! http://dallasnova.netlify.app/ https://dallasnova.rbind.io/:splat 301! http://dallasnova.rbind.io/* https://dallasnova.rbind.io/:splat 301!

nanxstats commented 1 year ago

If it's already working, then there is need to do any of the 301 redirects.

DallasNovakowski commented 1 year ago

Excellent. Thank you for being so quick and helpful!