Created
April 26, 2017 09:46
-
-
Save JoaquinGA/0e486f49505c57d5ed93df89e60c4eb0 to your computer and use it in GitHub Desktop.
Comprobar si mod_rewrite está activado (Acceder a dominio.es/prueba.html)
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 | |
RewriteRule prueba.html http://www.google.es [R] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment