filebot/website/.htaccess

14 lines
506 B
ApacheConf
Raw Normal View History

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