HTML Redirects
Redirect to another site with HTML.
<!-- index.html -->
<meta http-equiv="refresh" content="0; url=https://example.com">
# .htaccess
ErrorDocument 404 https://example.com
Redirect to another site with HTML.
<!-- index.html -->
<meta http-equiv="refresh" content="0; url=https://example.com">
# .htaccess
ErrorDocument 404 https://example.com