From 96072c082cffa705f1120690391688f3a60d7095 Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Sun, 12 Jun 2016 19:03:54 +0800 Subject: [PATCH] Update redirects --- website/.htaccess | 3 ++- website/download.php | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/website/.htaccess b/website/.htaccess index cbc8d7b5..13e24354 100644 --- a/website/.htaccess +++ b/website/.htaccess @@ -1,6 +1,7 @@ # redirect donate.html +redirect 302 /files/FileBot-setup.exe https://github.com/filebot/filebot-installer/releases/download/v1.0/FileBot-setup.exe redirect 302 /files/FileBot.app https://itunes.apple.com/us/app/filebot/id905384638?mt=12&uo=6&at=1l3vupy&ct=app -redirect 302 /files/ https://app.filebot.net/download.php +redirect 302 /files/ https://sourceforge.net/projects/filebot/files/ redirect 302 /donate.html https://app.filebot.net/donate.php redirect 302 /manual.html https://www.filebot.net/forums/viewtopic.php?f=3&t=7#p7 diff --git a/website/download.php b/website/download.php index f155010c..9cdd1ce0 100644 --- a/website/download.php +++ b/website/download.php @@ -8,7 +8,7 @@ $folder = $root.'FileBot_'.$version; $file = ''; if ($type == 'nsis') { - $folder = 'https://github.com/filebot/filebot-installer/releases/download/v1.0'; + $folder = 'https://app.filebot.net/files'; $file = 'FileBot-setup.exe'; } else if ($type == 'app') { $folder = 'https://app.filebot.net/files';