Guest User

Untitled

a guest
Dec 10th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. RewriteEngine on
  2.  
  3. RewriteCond %{DOCUMENT_ROOT}/../tmp/stop.txt -f
  4. RewriteCond %{DOCUMENT_ROOT}/%{REQUEST_FILENAME} !-f
  5. RewriteRule ^(.*)$ /maintenance.html [L]
Add Comment
Please, Sign In to add comment