Guest User

Untitled

a guest
Jan 17th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. # Wartungsmodus
  2. RewriteCond %{REMOTE_ADDR} !=84.46.78.143
  3. RewriteCond %{REQUEST_URI} !=/wartung.html
  4. RewriteRule ^(.*)$ /wartung.html?%{REMOTE_ADDR} [R=503,L]
Add Comment
Please, Sign In to add comment