Browse Source

back in town

Bachir Soussi Chiadmi 10 years ago
parent
commit
33ce5d0e40
1 changed files with 5 additions and 5 deletions
  1. 5 5
      .htaccess

+ 5 - 5
.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.