Starting add of custom receiver app

This commit is contained in:
Kasper Rynning-Tønnesen
2016-11-18 10:42:55 +01:00
parent 8d7f987ccb
commit 9d9f7f3d4d
3 changed files with 92 additions and 0 deletions

View File

@@ -13,6 +13,9 @@ 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]