Guest User

Untitled

a guest
May 23rd, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. RewriteEngine On
  2. RewriteCond %{DOCUMENT_ROOT}/maintenance.html -f
  3. # avoid looping
  4. RewriteCond %{REQUEST_URI} !maintenance.html
  5. # drop the slash here if used in .htaccess
  6. RewriteRule ^ /maintenance.html [L]
Add Comment
Please, Sign In to add comment