diff --git a/.htaccess b/.htaccess index 1b7c145e..48fd6439 100755 --- a/.htaccess +++ b/.htaccess @@ -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] diff --git a/php/bot.php b/php/bot.php new file mode 100644 index 00000000..a12c5b09 --- /dev/null +++ b/php/bot.php @@ -0,0 +1,76 @@ + + + + + + + +
+ + + + +
+ +
+
+

Bot!

+
+
+ + + + + + +