Skip to content

Instantly share code, notes, and snippets.

@quagliato
Created December 3, 2014 14:14
Show Gist options
  • Save quagliato/26b617ddf455c6c87e44 to your computer and use it in GitHub Desktop.
Save quagliato/26b617ddf455c6c87e44 to your computer and use it in GitHub Desktop.
Redirecionamento 301 ou 302 com coringa
Options +FollowSymLinks
RewriteEngine on
RewriteRule (.*) http://blog.socialmx.com/$1 [R=302,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment