
NextCloud desktop client: No input file specified
We host our own FileRun server and I'd like to get the NextCloud desktop client working with it. When I configure the NextCoud desktop client, and put in our https base URL as the server address, I get a message "No input file specified." I have enabled API in the FileRun settings. I've also tested the NextCloud desktop client using the FileRun Demo server address, and I'm prompted for a user/password there (as expected). Here are our FileRun installation details:
Windows Server 2012 R2
IIS 8.5
PHP 7.2.18
FileRun 2019.05.21
NextCloud desktop client v2.5.2
Any help to get this working is appreciated...
Answer

You have to change your web server configuration to accept URLs such as "https://[.....].com/dav.php/" (note the trailing slash)

I was thinking the same thing, but everything in IIS was configured to allow that type of URL. That said, I did google around and find a solution. In my php.ini, I changed cgi.fix_pathinfo=1 and that did it.
Now that I'm past that, I'm having another issue with the Nextcloud Client - but I'll see what I can do on my own to resolve it.
Customer support service by UserEcho
I was thinking the same thing, but everything in IIS was configured to allow that type of URL. That said, I did google around and find a solution. In my php.ini, I changed cgi.fix_pathinfo=1 and that did it.
Now that I'm past that, I'm having another issue with the Nextcloud Client - but I'll see what I can do on my own to resolve it.