Trying to fix remote error

This commit is contained in:
Kasper Rynning-Tønnesen
2016-12-12 16:12:48 +01:00
parent 74761dcc07
commit 982f81bdb2

View File

@@ -10,13 +10,8 @@ RewriteCond %{HTTPS} !=on
RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [L]
RewriteCond %{HTTP_HOST} ^remote.zoff.no
#RewriteCond %{REQUEST_URI} !/public
RewriteRule ^(.*)$ /public/php/controller.php [L,NC,QSA]
RewriteCond %{HTTP_HOST} ^bot.zoff.no
#RewriteCond %{REQUEST_URI} !/public
RewriteRule ^(.*)$ /public/php/bot.php [L,NC,QSA]
RewriteCond %{HTTP_HOST} ^zoff.no
RewriteCond %{REQUEST_URI} /o_callback
RewriteRule ^(.*)$ public/html/callback.html [L,NC,QSA]