Steps to reproduce
- Install the owncloud server
- Try to open http://localhost/owncloud in a browser
Expected behaviour
The owncloud login screen should occur.
Actual behaviour
A 404 error from the web server
Server configuration
Operating system:
Kubuntu 16.04
Web server:
apache 2.4.18
Database:
SQLite
PHP version:
7.0.4
ownCloud version: (see ownCloud admin page)
9.0.1
Updated from an older ownCloud or fresh install:
both
Where did you install ownCloud from:
http://download.owncloud.org/download/repositories/stable/xUbuntu_16.04/
The bug is simple. The file owncloud.conf is installed in /etc/apache2/conf-available/, but it isn't activated in /etc/apache2/conf-enabled. Adding the required symlink solves the problem.
Happy hacking,
Volker Wysk