From 59ec71949d3460dbe018d41eb1c80dc1801c4975 Mon Sep 17 00:00:00 2001 From: Abhorrent_Anger Date: Sat, 26 Jan 2019 16:18:35 +0200 Subject: [PATCH] Moved .htaccess conditions to sites-available --- .htaccess | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.htaccess b/.htaccess index 3f0ebd8..5a928f6 100644 --- a/.htaccess +++ b/.htaccess @@ -1,6 +1 @@ Options -Indexes - -RewriteEngine On -RewriteBase / -RewriteCond %{HTTP_HOST} !^pube\.tk$ [NC] -RewriteRule ^(.*)$ https://pube.tk/$1 [R=301,L]