I guess you could also set up an IP mask to allow errors to come through to you, but nobody else, something like:
Rewritecond %{REMOTE_HOST} !^1\.1\.1\.1 Rewriterule ^report/.* 503.html [L,R=503]
Where 1.1.1.1 is your IP, haven't tried it yet but this should be close.
<code>
<blockcode>
<apache>
<bash>
<c>
<cpp>
<drupal5>
<drupal6>
<java>
<javascript>
<perl>
<php>
<python>
<ruby>
<xml>
<foo>
[foo]
More information about formatting options
I guess you could also set up an IP mask to allow errors to come through to you, but nobody else, something like:
Rewritecond %{REMOTE_HOST} !^1\.1\.1\.1
Rewriterule ^report/.* 503.html [L,R=503]
Where 1.1.1.1 is your IP, haven't tried it yet but this should be close.