mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-23 08:18:52 -05:00
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
|
# redirect filebot.sourceforge.net to www.filebot.net
|
||||||
RewriteEngine on
|
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]
|
RewriteCond %{HTTP_HOST} =filebot.net [NC]
|
||||||
RewriteRule ^(.*)$ http://www.filebot.net/$1 [R=301,L]
|
RewriteRule ^(.*)$ http://www.filebot.net/$1 [R=301,L]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user