Skip to content

Instantly share code, notes, and snippets.

@graham73may
Created August 16, 2018 07:31
Show Gist options
  • Save graham73may/3bb46832c7a9839d52a808eb07b1e082 to your computer and use it in GitHub Desktop.
Save graham73may/3bb46832c7a9839d52a808eb07b1e082 to your computer and use it in GitHub Desktop.
# Block Access to microsite before set date
RewriteCond %{TIME} <20180818230000
RewriteRule ^folder-url-here(/)?$ http://www.homepage-url.com [R=307,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment