From e22c35bfe355fbfcc656163bfb69608c3dfa83b4 Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Sun, 10 Apr 2016 07:25:28 +0000 Subject: [PATCH] Stop redirecting filebot script urls to github --- website/.htaccess | 3 --- 1 file changed, 3 deletions(-) diff --git a/website/.htaccess b/website/.htaccess index 9c204fa8..f0eaa6fc 100644 --- a/website/.htaccess +++ b/website/.htaccess @@ -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]