Here, I wrote the article about how to block access to files during certain hours of the day via htaccess. Using below code you can block the access to file during specified time. 1 2 3 4 5 6 Options +FollowSymLinks RewriteEngine On RewriteBase / # If the hour is 16 (4 PM) Then deny […]
Read MoreBlock access to files during certain hours of the day
July 16, 2013 News