Skip to content

Instantly share code, notes, and snippets.

@novasky-zz
Created September 10, 2015 20:49
Show Gist options
  • Save novasky-zz/280ac1f433e32624826d to your computer and use it in GitHub Desktop.
Save novasky-zz/280ac1f433e32624826d to your computer and use it in GitHub Desktop.
BE RIGHT BACK - HTACCESS
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REMOTE_ADDR} !^999\.99\.99\.99$
RewriteCond %{REQUEST_URI} !/temp.html$
RewriteRule .* /temp.html [R=302,L]
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment