Skip to content

Instantly share code, notes, and snippets.

@jpgls
Created March 17, 2016 17:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jpgls/bec18b686ffa63432063 to your computer and use it in GitHub Desktop.
Save jpgls/bec18b686ffa63432063 to your computer and use it in GitHub Desktop.
Page Level Redirect

Page Level Redirect

Include this in the <head> to redirect a single page (as opposed to a whole domain) to a new page:

<meta http-equiv="refresh" content="0; URL='http://new-website.com'" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment