filebot/website/.htaccess

18 lines
960 B
ApacheConf
Raw Normal View History

2015-06-04 16:12:44 +00:00
# redirect donate.html
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-05-11 13:56:45 +00:00
redirect 302 /files/FileBot.app https://itunes.apple.com/us/app/filebot/id905384638?mt=12&uo=6&at=1l3vupy&ct=app
redirect 302 /purchase/FileBot.app https://itunes.apple.com/us/app/filebot/id905384638?mt=12&uo=6&at=1l3vupy&ct=darwin
2016-09-17 04:14:54 +00:00
redirect 302 /brew.html https://www.filebot.net/forums/viewtopic.php?f=4&t=2049#p11797
2015-06-04 16:12:44 +00:00
redirect 302 /donate.html https://app.filebot.net/donate.php
2016-04-09 11:35:12 +00:00
redirect 302 /manual.html https://www.filebot.net/forums/viewtopic.php?f=3&t=7#p7
redirect 302 /files/ https://sourceforge.net/projects/filebot/files/
# 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]