Share Pastebin
Guest
Public paste!

Svilen Popov

By: a guest | Jul 12th, 2010 | Syntax: PHP | Size: 0.19 KB | Hits: 393 | Expires: Never
This paste has a previous version, view the difference. Copy text to clipboard
  1. RewriteEngine On
  2. RewriteBase /
  3. RewriteCond %{REMOTE_ADDR} !^111\.111\.111\.111
  4. RewriteCond %{REQUEST_URI} !^/maintenance\.php$
  5. RewriteRule ^(.*)$ http://site.com/maintenance.php [R=307,L]