Redirect page using meta element
When the URL of the page is changed / deleted or want to set the automatic transition to the external site, can use the meta element to set the redirect setting.
1 | < meta http-equiv = "refresh" content = "4; url=./index.php" > |
Here are set to redirect in 4 seconds.