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
|
2016-06-12 11:03:54 +00:00
|
|
|
redirect 302 /files/ https://sourceforge.net/projects/filebot/files/
|
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
|
2014-03-20 15:30:54 +00:00
|
|
|
|
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
|
|
|
|
|
2014-05-09 12:24:17 +00:00
|
|
|
RewriteCond %{HTTP_HOST} =filebot.net [NC]
|
2015-06-04 14:39:10 +00:00
|
|
|
RewriteRule ^(.*)$ http://www.filebot.net/$1 [R=301,L]
|
2014-11-02 17:17:54 +00:00
|
|
|
|
|
|
|
RewriteCond %{HTTP_HOST} =filebot.sourceforge.net [NC]
|
2015-06-04 14:39:10 +00:00
|
|
|
RewriteRule ^(.*)$ http://www.filebot.net/$1 [R=301,L]
|