Forum Moderators: phranque
is there any way to do a conditional serve based on time/date?
RewriteCond %{TIME} <20150410143000
RewriteRule ^mypost\.html - [F]
RewriteCond %{TIME_WDAT} <3
RewriteRule ^mypost\.html - [F]
Would end up never serving it at all!RewriteCond %{TIME_WDAT} <0
RewriteRule ^mypost\.html - [F]