Skip to content

Instantly share code, notes, and snippets.

@ceesvanegmond
Created January 14, 2013 10:04
Show Gist options
  • Save ceesvanegmond/4529041 to your computer and use it in GitHub Desktop.
Save ceesvanegmond/4529041 to your computer and use it in GitHub Desktop.
# MAINTENANCE-PAGE REDIRECT
# MAINTENANCE-PAGE REDIRECT
RewriteCond %{REQUEST_URI} !/offline/$ [NC]
RewriteCond %{REMOTE_ADDR} !^83\.86\.239\.0
RewriteCond %{REMOTE_ADDR} !^105\.236\.161\.217
RewriteCond %{REQUEST_URI} !\.(jpe?g?|png|gif|css) [NC]
RewriteRule .* /offline/ [R=302,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment