You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wiki-changes@httpd.apache.org by Apache Wiki <wi...@apache.org> on 2009/01/27 19:24:18 UTC

[Httpd Wiki] Update of "RewriteTimeOfDay" by ThomasAllen

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]