summary refs log tree commit diff
path: root/downloads/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to 'downloads/.htaccess')
-rw-r--r--downloads/.htaccess5
1 files changed, 5 insertions, 0 deletions
diff --git a/downloads/.htaccess b/downloads/.htaccess
new file mode 100644
index 000000000..74ea14415
--- /dev/null
+++ b/downloads/.htaccess
@@ -0,0 +1,5 @@
+RewriteEngine On
+
+RewriteRule ^$ https://github.com/rg3/youtube-dl/releases
+RewriteRule latest(.*) /downloads/2016.06.03$1 [L,R=302]
+