Last active
December 21, 2017 09:02
-
-
Save bepatrickdavid/60b6b1d7659afd99fec8919d8d313f11 to your computer and use it in GitHub Desktop.
.htaccess redirect 301
This file contains 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
RewriteEngine On | |
Redirect 301 pagina1.html http://www.miosito.com/pagina2.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment