Stop redirecting filebot script urls to github

This commit is contained in:
Reinhard Pointner 2016-04-10 07:25:28 +00:00
parent 44aea93b4e
commit e22c35bfe3
1 changed files with 0 additions and 3 deletions

View File

@ -5,9 +5,6 @@ redirect 302 /manual.html https://www.filebot.net/forums/viewtopic.php?f=3&t=7#p
# redirect filebot.sourceforge.net to www.filebot.net
RewriteEngine on
RewriteCond %{HTTP_HOST} =filebot.net [NC]
RewriteRule ^scripts\/(.*)$ https://github.com/filebot/scripts/blob/devel/$1 [R=301,L]
RewriteCond %{HTTP_HOST} =filebot.net [NC]
RewriteRule ^(.*)$ http://www.filebot.net/$1 [R=301,L]