mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Added bot.php and added it to the htaccess
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user