From 6e9e8eb544d3861d876411597b81dfcd73b94b30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Mon, 12 Dec 2016 16:13:29 +0100 Subject: [PATCH] not so full path --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index 56f5e15d..4b29ff0f 100755 --- a/.htaccess +++ b/.htaccess @@ -10,7 +10,7 @@ RewriteCond %{HTTPS} !=on RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [L] RewriteCond %{HTTP_HOST} ^remote.zoff.no -RewriteRule ^(.*)$ /public/php/controller.php [L,NC,QSA] +RewriteRule ^(.*)$ public/php/controller.php [L,NC,QSA] RewriteCond %{HTTP_HOST} ^zoff.no RewriteCond %{REQUEST_URI} /o_callback