fixing error with remote

This commit is contained in:
Kasper Rynning-Tønnesen
2016-11-18 10:57:47 +01:00
parent 9d9f7f3d4d
commit 6a5350e648

View File

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