Skip to content

Instantly share code, notes, and snippets.

@hugodias
Created August 27, 2015 19:17
Show Gist options
  • Save hugodias/0394a5b5e56988228b84 to your computer and use it in GitHub Desktop.
Save hugodias/0394a5b5e56988228b84 to your computer and use it in GitHub Desktop.
Site em Manutenção
RewriteEngine On
RewriteRule !^manutencao.php$ /manutencao.php [R=302,L]
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Site em manutenção</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<h1>Site em manutenção</h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment