Skip to content

Instantly share code, notes, and snippets.

@antoineguilbert
Created January 19, 2017 10:38
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 antoineguilbert/ce5cb5af09e1d68a51d252dee255b213 to your computer and use it in GitHub Desktop.
Save antoineguilbert/ce5cb5af09e1d68a51d252dee255b213 to your computer and use it in GitHub Desktop.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^folder1(.*)$ http://www.newdomain.com/$1 [L,R=301]
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment