Skip to content

Instantly share code, notes, and snippets.

@phamquocbuu
Created December 31, 2013 06:56
Show Gist options
  • Save phamquocbuu/8193507 to your computer and use it in GitHub Desktop.
Save phamquocbuu/8193507 to your computer and use it in GitHub Desktop.
.htaccess Redirect all traffic to one page
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