This is how we can block access to a folder between 13 and 15 o’clock.
RewriteCond %{TIME_HOUR} ^(13|14|15)$ RewriteRule ^.*$ – [F,L]
The hours are based on 24 hours in a day from 0 to 23.
This is how we can block access to a folder between 13 and 15 o’clock.
RewriteCond %{TIME_HOUR} ^(13|14|15)$ RewriteRule ^.*$ – [F,L]
The hours are based on 24 hours in a day from 0 to 23.