Hi there people. I wanted to install owncloud on my Ubuntu Server 16.04 LTS. Now, I installed all the files (for Ubuntu 16.04 of course), which were presented on this page:https://download.owncloud.org/download/repositories/stable/owncloud/
As I finished installing the files, I wanted to open my owncloud, after that this error occurred:
Not Found
The requested URL /owncloud was not found on this server. Apache/2.4.18 (Ubuntu) Server at 192.168.200.73 Port 80
I tried to access in my LocalNet, because therefore, I don't have to open a Port.
I appreciate every tip you can give me.
Greetings from Switzerland.
(Sorry, if I broke any rules of your forums, I haven't read them, which I'm going to do now.)
dmitry
January 18, 2018, 10:31am
2
Hi, thanks your advice, I could figure out what I was missing. I was missing the LAMP-Server. But now, an other Problem occured. When I try to connect to my Server, the ownCloud software for Windows sais: "No connection to ownCloud on https://192.168.200.73 Server answered with "404 Not Found" on "PROPFIND http://192.168.200.73/remote.php/webdav/ ".
I used to watch some tutorials, but haven't found the problem.
I hope you can help me further.
Greeting from Switzerland.
dmitry
January 21, 2018, 6:00pm
4
I would check your certificates for SSL.
You are trying to access ownCloud via https, but the error message is http.
SSL it’s not related.
The official webdav acces is :
http://192.168.200.73/owncloud/remote.php/dav/files/Your_User_Name/
But the connection access is hard coded and i can find a config file to modify the thing.
dmitry
August 15, 2018, 8:00am
6
I don’t think you can modify that url.
ilja
August 15, 2018, 1:36pm
7
Is it possible that your owncloud is installed in http://192.168.200.73/owncloud/ vs http://192.168.200.73 ?
The client tries to connect to /remote.php/webdav while your owncloud might be installed in /owncloud/remote.php/webdav
1 Like