You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is probably happens because IIS returns <D:href>http://localhost/folder/New%20folder/</D:href> e.g. a full url while lighttpd only relative path <D:href>/dav/photos/</D:href>
HEAD http://localhost/http:/localhost/ failed: Not Found (404)
E.g. the folder name contains the full url.
This is probably happens because IIS returns
<D:href>http://localhost/folder/New%20folder/</D:href>
e.g. a full url while lighttpd only relative path<D:href>/dav/photos/</D:href>
IIS sample:
Lighttpd sample
The text was updated successfully, but these errors were encountered: