From 33ce5d0e40963ab38a01a86a00ba5055cfb828ef Mon Sep 17 00:00:00 2001 From: Bachir Soussi Chiadmi Date: Mon, 7 Oct 2013 18:39:04 +0200 Subject: [PATCH] back in town --- .htaccess | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.htaccess b/.htaccess index 57fd3e75..e2787cfa 100755 --- a/.htaccess +++ b/.htaccess @@ -116,14 +116,14 @@ DirectoryIndex index.php index.html index.htm RewriteCond %{REQUEST_URI} !=/favicon.ico RewriteRule ^ index.php [L] - RewriteCond %{REMOTE_ADDR} !^127\.0\.0\.1 + # RewriteCond %{REMOTE_ADDR} !^127\.0\.0\.1 # maison quentin - RewriteCond %{REMOTE_ADDR} !^86\.68\.188\.175 + # RewriteCond %{REMOTE_ADDR} !^86\.68\.188\.175 # materio - RewriteCond %{REMOTE_ADDR} !^212\.198\.136\.215 + # RewriteCond %{REMOTE_ADDR} !^212\.198\.136\.215 # maison bach - RewriteCond %{REMOTE_ADDR} !^82\.230\.62\.145 - RewriteRule !maintenance http://www.materio.com/maintenance [L,R=302] + # RewriteCond %{REMOTE_ADDR} !^82\.230\.62\.145 + # RewriteRule !maintenance http://www.materio.com/maintenance [L,R=302] # Rules to correctly serve gzip compressed CSS and JS files. # Requires both mod_rewrite and mod_headers to be enabled.