Redirect HTTPS domains to HTTP or HTTPS domains using Github Pages
View the Project on GitHub adrw/https-redirect-javascript-with-meta-fallback
Redirecting HTTPS links is not possible with DNS 301 URL redirect records.
For example, using DNS alone https://domain1.com/xyz.html
can not be redirected to https://domain2.com/xyz.html
.
Instead, the HTTPS for domain1.com
must terminate at a server before the client can be redirected to domain2.com
.
https://www.andrewparadi.com
-> https://andrew.fm