Explorar el Código

added quentin ip to maintenance htaccess redirection

Bachir Soussi Chiadmi hace 10 años
padre
commit
1c56076189
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      .htaccess

+ 2 - 1
.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.