Added bot.php and added it to the htaccess

This commit is contained in:
Kasper Rynning-Tønnesen
2016-04-11 11:44:31 +02:00
parent 9e22d5f68d
commit 02d66ee817
2 changed files with 80 additions and 0 deletions

View File

@@ -13,6 +13,10 @@ RewriteCond %{HTTP_HOST} ^remote.zoff.no
RewriteCond %{REQUEST_URI} !/static
RewriteRule ^(.*)$ php/controller.php [L,NC,QSA]
RewriteCond %{HTTP_HOST} ^bot.zoff.no
RewriteCond %{REQUEST_URI} !/static
RewriteRule ^(.*)$ php/bot.php [L,NC,QSA]
#RewriteCond %{HTTP_HOST} ^(remote\.)?zoff\.no
#RewriteCond %{REQUEST_URI} !remote/
#RewriteRule ^(.*)$ remote/$1 [L]