For a company campaign, we want a page to be available only between 2 datess. There a way to allow access to a file only if current date is between 2 dates using .htaccess??
For a company campaign, we want a page to be available only between 2 datess. There a way to allow access to a file only if current date is between 2 dates using .htaccess??
mod_rewrite has various TIME variable which you could use in a
RewriteCond
directive. Based on this post the following works: