Remove every reference to alltubedownload.net (#422)

This commit is contained in:
Pierre Rudloff 2022-10-16 15:22:47 +02:00
parent 87e30f2e87
commit 1031ad152d
9 changed files with 4 additions and 56 deletions

View file

@ -18,9 +18,6 @@ FileETag None
<ifmodule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTP_HOST} ^alltube\.herokuapp\.com$ [NC]
RewriteRule ^(.*)$ https://www.alltubedownload.net/$1 [R=301,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [QSA,L]
</ifmodule>