From 6a5350e6489d7571f397bd0c9e81eeb0036e3af8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Fri, 18 Nov 2016 10:57:47 +0100 Subject: [PATCH] fixing error with remote --- .htaccess | 3 --- 1 file changed, 3 deletions(-) diff --git a/.htaccess b/.htaccess index 5311b295..64caf4ed 100755 --- a/.htaccess +++ b/.htaccess @@ -13,9 +13,6 @@ RewriteCond %{HTTP_HOST} ^remote.zoff.no RewriteCond %{REQUEST_URI} !/static RewriteRule ^(.*)$ php/controller.php [L,NC,QSA] -RewriteCond %{HTTP_HOST} ^cast.zoff.no -RewriteRule ^(.*)$ receiver/ [L,NC,QSA] - RewriteCond %{HTTP_HOST} ^bot.zoff.no RewriteCond %{REQUEST_URI} !/static RewriteRule ^(.*)$ php/bot.php [L,NC,QSA]