Created
September 13, 2019 13:14
-
-
Save Zillionx/f7dfd0862935478db9f7a019f1ed26ca to your computer and use it in GitHub Desktop.
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
# redirect all users to maintenance page | |
RewriteCond %{REQUEST_URI} !^/maintenance.php$ [NC] | |
RewriteRule ^(.*)$ /maintenance.php [R=302,L] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment