Skip to content

Instantly share code, notes, and snippets.

@yellowberri-snippets
Created February 26, 2014 19:40
Show Gist options
  • Save yellowberri-snippets/9236850 to your computer and use it in GitHub Desktop.
Save yellowberri-snippets/9236850 to your computer and use it in GitHub Desktop.
HTACCESS: 301 Redirect
# Single Page
Redirect 301 /oldpage2.html http://www.yoursite.com/folder/
# Whole Site
Redirect 301 / http://newsite.com/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment