Created
May 23, 2017 09:45
-
-
Save mkorkmaz/0636f5200edaf50d171797e7d9905f11 to your computer and use it in GitHub Desktop.
Apache redirect according to date.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RewriteCond %{TIME_YEAR}%{TIME_MON}%{TIME_DAY} > 20170523 | |
RewriteRule ^$ /destination/url.html [R=301,L] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment