From: Colm MacCarthaigh Date: Tue, 3 Nov 2009 02:39:41 +0000 (+0000) Subject: Correct the time-range for the time-based rewrite rule and warn about the effects... X-Git-Tag: 2.3.3~69 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=76c420ad4aee429f1690e4b10c06354c85b1322d;p=apache Correct the time-range for the time-based rewrite rule and warn about the effects of caches. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@832278 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/rewrite/rewrite_guide.xml b/docs/manual/rewrite/rewrite_guide.xml index 98fd446c15..31d88cc3de 100644 --- a/docs/manual/rewrite/rewrite_guide.xml +++ b/docs/manual/rewrite/rewrite_guide.xml @@ -385,9 +385,16 @@ RewriteRule ^foo\.html$ foo.night.html

This provides the content of foo.day.html under the URL foo.html from - 07:00-19:00 and at the remaining time the + 07:01-18:59 and at the remaining time the contents of foo.night.html. Just a nice feature for a homepage...

+ + mod_cache, intermediate proxies + and browsers may each cache responses and cause the either page to be + shown outside of the time-window configured. + mod_expires may be used to control this + effect. +