Meta Refresh
Using Meta Refresh is to redirect your URL link to another destination URL link. It is very useful if you would want to redirect to Google Form or another domain name.
How to Setup the Meta Refresh?
Create a index.php or index.html in the root folder. Edit the file and insert the following code:
Insert into index.php or index.html file
Redirect in 0 seconds
<meta http-equiv="refresh" content="0;url=http://example.com/" />
Redirect in 5 seconds
<meta http-equiv="refresh" content="5;url=http://example.com/" />