From 1b9f80072cfae33dcbe337d1a773ef50f5877e1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Mon, 12 Dec 2016 16:14:52 +0100 Subject: [PATCH] More rules --- .htaccess | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.htaccess b/.htaccess index 4b29ff0f..cde51179 100755 --- a/.htaccess +++ b/.htaccess @@ -10,8 +10,17 @@ RewriteCond %{HTTPS} !=on RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [L] RewriteCond %{HTTP_HOST} ^remote.zoff.no +RewriteCond %{REQUEST_URI} !/public/css +RewriteCond %{REQUEST_URI} !/public/js +RewriteCond %{REQUEST_URI} !/public/dist +RewriteCond %{REQUEST_URI} !/public/images +RewriteCond %{REQUEST_URI} !/public/font RewriteRule ^(.*)$ public/php/controller.php [L,NC,QSA] +RewriteCond %{HTTP_HOST} ^bot.zoff.no + +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]