Answers for "automatically redirect to another page"

3

autoredirect html

<meta http-equiv = "refresh" content = "0; url = <Where you want it to go>" />
Posted by: Guest on October-29-2020
1

how to automatically redirect to https

RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
Posted by: Guest on July-02-2020

Code answers related to "automatically redirect to another page"

Browse Popular Code Answers by Language