Hi,
I fired up an ubuntu 14.04 owncloud droplet and, after playing around for a while, I’d like to move owncloud from being the default landing of my site. eg: I’d like:
My apache knowledge is weak and while this seems very simple I’ve so far been unable to achieve much beyond breaking things.
I’ve also tried a couple of how-to’s and walkthroughs I found in other forums but none seemed to help with the default DigitalOcean owncloud droplet setup.
I was hoping that someone had already done this. I’d be more than happy to post contents of files if needed.
Thanks for any help anyone can provide.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
Hi,
On Debian, Ubuntu, and their derivatives, Apache installs with a useful configuration so all you have to do is create a
/etc/apache2/sites-available/owncloud.conf
file with these lines in it, replacing the Directory and other filepaths with your own filepaths:Then create a symlink to
/etc/apache2/sites-enabled:
Then restart apache
Then ownCloud is accessible via the domain yourdomain.com
Usually all you have to do is create a new folder/directory named “OwnCloud” and go to your domain.com/owncloud and that should work