I would like to use this code here but have it redirect to another page during the times I have specified:
RewriteEngine On
RewriteCond %{TIME_HOUR} ^16|17|18$ RewriteRule ^.*$ - [F,L]
How would I write that?
Thanks,
Byron
Return to Redirect or Rewrite Questions