rbind / support

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

rbind.io does not redirect to https:// #826

Closed anishajayadevan closed 3 years ago

anishajayadevan commented 3 years ago

Hi rbind team,

I used blogdown and Hugo academic to build a new website. It was originally deployed on anishajayadevan.netlify.app and now resides at https://anishajayadevan.rbind.io. I have updated baseURL to point to the latter link in config.toml. I have also created a _redirects file which I have placed in static/ here. However, http:// does not get redirected to https://. And https://anishajayadevan.netlify.app does not get redirected to rbind.io either. When I log in to Netlify, I also see this message:

Screenshot from 2021-07-01 17-46-46

I tried the fix suggested by @nanxstats here, with no luck.

I'd appreciate any help!

lilynuraini commented 3 years ago

I also have the same problem with the rbind.io domain. Still facing the issue after trying the fix. Need help from the support team. Thanks.

nanxstats commented 3 years ago

Looks like https is working, so the issue is probably about the _redirects, other than the domain stuff. Maybe checking whether the rules are successfully processed in the deploys would help?

Screen Shot 2021-07-05 at 10 40 04 PM
anishajayadevan commented 3 years ago

Thanks @nanxstats ! This helped. The redirect rules were not being processed. There was an index.redirects which was being built into a _redirects file. I copied my redirect rules to that file and that solved it.