Forgot to add zoff.no to htaccessrewrite

This commit is contained in:
Kasper Rynning-Tønnesen
2016-08-27 15:46:25 +02:00
parent 93ed57e720
commit 1f5e071767

View File

@@ -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]