15 lines
619 B
ApacheConf
15 lines
619 B
ApacheConf
# redirect donate.html
|
|
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
|
|
redirect 302 /donate.html https://app.filebot.net/donate.php
|
|
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]
|
|
|
|
RewriteCond %{HTTP_HOST} =filebot.sourceforge.net [NC]
|
|
RewriteRule ^(.*)$ http://www.filebot.net/$1 [R=301,L]
|