From 1c5607618960ca6f8e977446046c6576b544892f Mon Sep 17 00:00:00 2001 From: Bachir Soussi Chiadmi Date: Sun, 6 Oct 2013 20:03:48 +0200 Subject: [PATCH] added quentin ip to maintenance htaccess redirection --- .htaccess | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index 167d00cb..4df7c0e3 100755 --- a/.htaccess +++ b/.htaccess @@ -116,7 +116,8 @@ DirectoryIndex index.php index.html index.htm RewriteCond %{REQUEST_URI} !=/favicon.ico RewriteRule ^ index.php [L] - RewriteCond %{REMOTE_ADDR} !^82\.230\.62\.145 + RewriteCond %{REMOTE_ADDR} !^86\.68\.188\.109 [OR] + RewriteCond %{REMOTE_ADDR} !^82\.230\.62\.145 [NC] RewriteRule !maintenance http://www.materio.com/maintenance [R=302,L] # Rules to correctly serve gzip compressed CSS and JS files.