Reply to thread

Think pjfry has hit the nail on the head, it's cgi mode that's causing the problem.


Tried to create a .htaccess rule based of SabreDav but it didn't make any difference:


[code]RewriteRule .* /admindav.php [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L][/code]


SabreDav says you should use this, but not sure if Server.php is the admindav or the Server.php hidden away in the library:




Bunged my admin details into the array in admindav.php and it connected straight away (but obviously not a very clever idea!!!!)


Don't know if there's another way to pass the auth information to admindav.php or if there's another file which needs the auth details passing too or whether my modified rule is just cack!


Any ideas Kier?


Back
Top Bottom