redirect multiple ip bug fix
This commit is contained in:
parent
acbf965c77
commit
176b1c05d9
@ -116,8 +116,8 @@ DirectoryIndex index.php index.html index.htm
|
|||||||
RewriteCond %{REQUEST_URI} !=/favicon.ico
|
RewriteCond %{REQUEST_URI} !=/favicon.ico
|
||||||
RewriteRule ^ index.php [L]
|
RewriteRule ^ index.php [L]
|
||||||
|
|
||||||
RewriteCond %{REMOTE_ADDR} !^86\.68\.188\.109 [OR]
|
RewriteCond %{REMOTE_ADDR} !^86\.68\.188\.109
|
||||||
RewriteCond %{REMOTE_ADDR} !^82\.230\.62\.145 [NC]
|
RewriteCond %{REMOTE_ADDR} !^82\.230\.62\.145
|
||||||
RewriteRule !maintenance http://www.materio.com/maintenance [L,R=302]
|
RewriteRule !maintenance http://www.materio.com/maintenance [L,R=302]
|
||||||
|
|
||||||
# Rules to correctly serve gzip compressed CSS and JS files.
|
# Rules to correctly serve gzip compressed CSS and JS files.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user