2017-03-04 07:13:55 +00:00
|
|
|
# redirect to store
|
|
|
|
redirect 302 /files/FileBot.app https://itunes.apple.com/us/app/filebot/id905384638?mt=12&uo=6&at=1l3vupy&ct=link
|
|
|
|
redirect 302 /files/FileBot.appx https://www.microsoft.com/en-us/store/p/filebot/9nblggh52t9x?cid=link
|
|
|
|
|
|
|
|
# redirect to download location
|
2016-06-12 11:03:54 +00:00
|
|
|
redirect 302 /files/FileBot-setup.exe https://github.com/filebot/filebot-installer/releases/download/v1.0/FileBot-setup.exe
|
2016-11-15 11:29:47 +00:00
|
|
|
redirect 302 /files/FileBot_Subtitles_Installer.pkg https://downloads.sourceforge.net/project/filebot/filebot/LATEST/FileBot_Subtitles_Installer.pkg
|
2017-03-04 07:13:55 +00:00
|
|
|
redirect 302 /files/ https://sourceforge.net/projects/filebot/files/
|
|
|
|
|
|
|
|
# redirect donate page
|
2017-05-21 20:05:03 +00:00
|
|
|
redirect 302 /donate.html https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=rednoah%40filebot%2enet&lc=US&item_name=FileBot%20Support¤cy_code=EUR&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted
|
2017-03-04 07:13:55 +00:00
|
|
|
|
|
|
|
# redirect to support pages
|
|
|
|
redirect 302 /amc.html https://www.filebot.net/forums/viewtopic.php?f=4&t=215
|
|
|
|
redirect 302 /manual.html https://www.filebot.net/forums/viewtopic.php?f=3&t=7
|
2016-09-25 17:33:36 +00:00
|
|
|
redirect 302 /report.html https://www.filebot.net/forums/viewforum.php?f=6
|
2016-10-20 16:31:19 +00:00
|
|
|
redirect 302 /help.html https://www.filebot.net/forums/viewtopic.php?f=5&t=1868
|
2017-03-04 07:13:55 +00:00
|
|
|
redirect 302 /support.html https://www.filebot.net/forums/viewforum.php?f=8
|
2017-03-04 07:03:23 +00:00
|
|
|
redirect 302 /windows/support.html https://www.filebot.net/forums/viewforum.php?f=10
|
2016-09-25 17:33:36 +00:00
|
|
|
redirect 302 /mac/support.html https://www.filebot.net/forums/viewforum.php?f=12
|
|
|
|
redirect 302 /mac/subtitles.html https://www.filebot.net/forums/viewtopic.php?f=12&t=3350
|
|
|
|
redirect 302 /mac/brew.html https://www.filebot.net/forums/viewtopic.php?f=4&t=2049
|
2016-09-29 11:00:58 +00:00
|
|
|
redirect 302 /syno/support.html https://www.filebot.net/forums/viewforum.php?f=13
|
2016-09-29 09:55:33 +00:00
|
|
|
redirect 302 /channel.html https://discord.gg/cKVvZ2S
|
2017-03-04 07:13:55 +00:00
|
|
|
|
2014-03-20 15:30:54 +00:00
|
|
|
|
2017-06-02 08:16:54 +00:00
|
|
|
# redirect forums links
|
|
|
|
redirect 301 /forums https://www.filebot.net/forums/
|
|
|
|
redirect 301 /forums/rules.php https://www.filebot.net/forums/viewtopic.php?f=5&t=1868
|
|
|
|
redirect 301 /forums/faq.php https://www.filebot.net/forums/viewtopic.php?f=3&t=7
|
|
|
|
redirect 301 /forums/app.php/help/faq https://www.filebot.net/forums/viewtopic.php?f=3&t=7
|
|
|
|
|
|
|
|
|
2013-10-17 07:39:12 +00:00
|
|
|
# redirect filebot.sourceforge.net to www.filebot.net
|
2014-03-20 15:30:54 +00:00
|
|
|
RewriteEngine on
|
|
|
|
|
2017-03-21 09:30:24 +00:00
|
|
|
RewriteCond %{HTTP_HOST} ^filebot\.net$ [OR]
|
|
|
|
RewriteCond %{HTTP_HOST} ^filebot\.sourceforge\.net$
|
2017-06-02 08:16:54 +00:00
|
|
|
RewriteRule ^(.*)$ https://www.filebot.net/$1 [R=301,L]
|