changed maintenance page redirection from 503 to 302

This commit is contained in:
Bachir Soussi Chiadmi 2013-10-06 16:13:23 +02:00
parent 5203118606
commit 77cb87b49d
20 changed files with 1 additions and 1 deletions

View File

@ -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/503 [R=503,L]
RewriteRule !503 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.

View File

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB