filebot/website/.htaccess

38 lines
2.0 KiB
ApacheConf
Raw Normal View History

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 phpBB FAQ link to FileBot FAQ page
redirect 302 /forums/faq.php https://www.filebot.net/forums/viewtopic.php?f=3&t=7
2017-03-04 07:13:55 +00:00
# redirect donate page
redirect 302 /donate.html https://app.filebot.net/donate.php
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
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
redirect 302 /windows/support.html https://www.filebot.net/forums/viewforum.php?f=10
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
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
# redirect filebot.sourceforge.net to www.filebot.net
RewriteEngine on
RewriteCond %{HTTP_HOST} =filebot.net [NC]
RewriteRule ^(.*)$ http://www.filebot.net/$1 [R=301,L]
2014-11-02 17:17:54 +00:00
RewriteCond %{HTTP_HOST} =filebot.sourceforge.net [NC]
RewriteRule ^(.*)$ http://www.filebot.net/$1 [R=301,L]