From 1f5e0717679fe0c3ef74439a3904ce1c26c16708 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Sat, 27 Aug 2016 15:46:25 +0200 Subject: [PATCH] Forgot to add zoff.no to htaccessrewrite --- .htaccess | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.htaccess b/.htaccess index 65b9dc8b..838bf499 100755 --- a/.htaccess +++ b/.htaccess @@ -17,6 +17,10 @@ RewriteCond %{HTTP_HOST} ^bot.zoff.no RewriteCond %{REQUEST_URI} !/static RewriteRule ^(.*)$ php/bot.php [L,NC,QSA] +RewriteCond %{HTTP_HOST} ^zoff.no +RewriteCond %{REQUEST_URI} /spotify_callback +RewriteRule ^(.*)$ php/spotify.html [L,NC,QSA] + RewriteCond %{HTTP_HOST} ^localhost RewriteCond %{REQUEST_URI} /spotify_callback RewriteRule ^(.*)$ php/spotify.html [L,NC,QSA]