Svilen Popov
By: a guest | Jul 12th, 2010 | Syntax:
PHP | Size: 0.19 KB | Hits: 393 | Expires: Never
RewriteEngine On
RewriteBase /
RewriteCond %{REMOTE_ADDR} !^111\.111\.111\.111
RewriteCond %{REQUEST_URI} !^/maintenance\.php$
RewriteRule ^(.*)$ http://site.com/maintenance.php [R=307,L]