Created
December 31, 2013 06:56
-
-
Save phamquocbuu/8193507 to your computer and use it in GitHub Desktop.
.htaccess Redirect all traffic to one page
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 | |
RewriteBase /bbs | |
RewriteCond %{REQUEST_URI} !/maintenance.html$ | |
RewriteCond %{REQUEST_URI} !/website_maintenance.png$ | |
RewriteRule $ /bbs/maintenance.html [R=302,L] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment