From 982f81bdb24a12119b2b0079dba30e24118b221f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Mon, 12 Dec 2016 16:12:48 +0100 Subject: [PATCH] Trying to fix remote error --- .htaccess | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.htaccess b/.htaccess index ea8871cc..56f5e15d 100755 --- a/.htaccess +++ b/.htaccess @@ -10,13 +10,8 @@ RewriteCond %{HTTPS} !=on RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [L] RewriteCond %{HTTP_HOST} ^remote.zoff.no -#RewriteCond %{REQUEST_URI} !/public RewriteRule ^(.*)$ /public/php/controller.php [L,NC,QSA] -RewriteCond %{HTTP_HOST} ^bot.zoff.no -#RewriteCond %{REQUEST_URI} !/public -RewriteRule ^(.*)$ /public/php/bot.php [L,NC,QSA] - RewriteCond %{HTTP_HOST} ^zoff.no RewriteCond %{REQUEST_URI} /o_callback RewriteRule ^(.*)$ public/html/callback.html [L,NC,QSA]