Skip to content

Instantly share code, notes, and snippets.

@apphp-snippets
Created November 4, 2012 20:23
Show Gist options
  • Select an option

  • Save apphp-snippets/4013547 to your computer and use it in GitHub Desktop.

Select an option

Save apphp-snippets/4013547 to your computer and use it in GitHub Desktop.
This definition allows redirection to the provided URL in 5 seconds. You may set it to 0 if you need an immediate redirect.
<head>
/* Source: http://www.apphp.com/index.php?snippet=html-meta-tag-refresh#null */
<meta http-equiv="refresh" content="5;url=http://yourdomain.com/" />
</head>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment