WebDav Error...

Ezenity

Active member
I am using "Cyberduck" for webdav. I can get it to work when using
Code:
$config['debug'] = true;

but When I try this option

Code:
if ($_SERVER['REMOTE_ADDR'] == '**.***.***.**')
{
    $config['debug'] = true;
}

It does not work for me.

I receive this error while attempting to connect to "Webdav"

wedav-error-1.webp


I am using cloudflare, and I wonder if it is causing this problem?. Any suggestions?
 
Top Bottom