Guest User

Untitled

a guest
Jun 24th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. RewriteEngine On
  2. Options +FollowSymlinks
  3.  
  4. RewriteLog /var/log/apache2/rewrite.log
  5. RewriteLogLevel 9
  6.  
  7. RewriteCond %{ENV:BACKUP_TIME} ^true$
  8. RewriteRule .* /backup.html [L]
Add Comment
Please, Sign In to add comment