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]