From b58a00a4c8cf458d4ac676eacd95715a63edda99 Mon Sep 17 00:00:00 2001 From: Bachir Soussi Chiadmi Date: Sun, 6 Oct 2013 16:16:40 +0200 Subject: [PATCH] fixed htaccess rule --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index 4b9b1c8b..167d00cb 100755 --- a/.htaccess +++ b/.htaccess @@ -117,7 +117,7 @@ DirectoryIndex index.php index.html index.htm RewriteRule ^ index.php [L] RewriteCond %{REMOTE_ADDR} !^82\.230\.62\.145 - RewriteRule !503 http://www.materio.com/maintenance [R=302,L] + RewriteRule !maintenance http://www.materio.com/maintenance [R=302,L] # Rules to correctly serve gzip compressed CSS and JS files. # Requires both mod_rewrite and mod_headers to be enabled.