Skip to content

Instantly share code, notes, and snippets.

@agarzon
Created June 28, 2012 12:52
Show Gist options
  • Save agarzon/3011194 to your computer and use it in GitHub Desktop.
Save agarzon/3011194 to your computer and use it in GitHub Desktop.
Sitio en mantenimiento con htaccess
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