Stop redirecting filebot script urls to github
This commit is contained in:
parent
44aea93b4e
commit
e22c35bfe3
|
@ -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]
|
||||
|
||||
|
|
Loading…
Reference in New Issue