Created
December 3, 2014 14:14
-
-
Save quagliato/26b617ddf455c6c87e44 to your computer and use it in GitHub Desktop.
Redirecionamento 301 ou 302 com coringa
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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