Created
November 29, 2018 00:36
-
-
Save alanzhaonys/2bc0192b76c15c1ec721aee2ae5adc0b to your computer and use it in GitHub Desktop.
Maintenance page redirect
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RewriteEngine on | |
RewriteCond %{REQUEST_URI} !/maintenance.php$ | |
RewriteCond %{REMOTE_HOST} !^000\.000\.000\.000 | |
RewriteRule $ /maintenance.php [R=302,L] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment