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:
I tried the fix suggested by @nanxstatshere, with no luck.
I'd appreciate any help!
The text was updated successfully, but these errors were encountered:
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?
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.
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:
I tried the fix suggested by @nanxstats here, with no luck.
I'd appreciate any help!
The text was updated successfully, but these errors were encountered: