Dear Wiki user, You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change notification.
The following page has been changed by ThomasAllen: http://wiki.apache.org/httpd/RewriteTimeOfDay The comment on the change is: Fixed space bug in final recipe ------------------------------------------------------------------------------ == Recipe == {{{ - RewriteCond %{TIME} > 20050701080000 + RewriteCond %{TIME} >20050701080000 - RewriteCond %{TIME} < 20050705170000 + RewriteCond %{TIME} <20050705170000 RewriteCond %{HTTP_COOKIE} !frontdoor=yes RewriteRule ^/index\.html$ /contest.html \ [R,CO=frontdoor:yes:.apacheadmin.com:1440,L]
