2015-06-04 16:12:44 +00:00
|
|
|
# redirect donate.html
|
2016-04-12 09:10:57 +00:00
|
|
|
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
|
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]
|