Page is a not externally linkable
transcorpwm - 10:49 am on Jul 18, 2012 (gmt 0)
And finally, this is what I've come up with, which seems to work perfectly:
# serve specific content on Sunday (Day 0) - custom error page
RewriteCond %{TIME_WDAY} 0
RewriteCond %{REQUEST_URI} =/503.html
RewriteRule (.*) $1 [L]
RewriteRule .* - [R=503,L]