Skip to content

Instantly share code, notes, and snippets.

@olivertappin
Created May 16, 2016 15:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save olivertappin/405fbd98b45a3af15f9035961a184af9 to your computer and use it in GitHub Desktop.
Save olivertappin/405fbd98b45a3af15f9035961a184af9 to your computer and use it in GitHub Desktop.
Maintenance page .htaccess
# Maintenance page
RewriteCond %{REMOTE_ADDR} !^000\.000\.000\.000
RewriteCond %{REQUEST_URI} !^/maintenance\.php$
RewriteCond %{REQUEST_URI} !^/company-logo.png$
RewriteRule ^(.*)$ https://www.domain.com/maintenance.php [R=307,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment