filebot/website/.htaccess

14 lines
506 B
ApacheConf

# redirect donate.html
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]