Created
June 28, 2012 12:52
-
-
Save agarzon/3011194 to your computer and use it in GitHub Desktop.
Sitio en mantenimiento con htaccess
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 | |
RewriteCond %{REQUEST_URI} !/mantenimiento.html$ | |
RewriteCond %{REMOTE_HOST} !^999\.999\.999\.999 | |
RewriteRule $ /mantenimiento.html [R=302,L] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment