filebot/website/.htaccess

15 lines
619 B
ApacheConf
Raw Normal View History

2015-06-04 16:12:44 +00:00
# redirect donate.html
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 /files/ https://app.filebot.net/download.php
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 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]