Hello everybody,
I'm new here, so please don't be too mad if I'm in the wrong board.
I have a problem with Plesk 12.5.30 and ownCloud 8.2.1.4. Probably it's a generic issue and not connected to owncloud. So I will state what I have done so far:
So my directories are organized like this:
System:
Ubuntu 14.04.3 LTS
Can you tell me, if it is possible to create a subdomain like cloud.domain.tld without moving /var/www/owncloud? As it is installed by the package manager moving it would break future updates.
Thank you
I'm new here, so please don't be too mad if I'm in the wrong board.
I have a problem with Plesk 12.5.30 and ownCloud 8.2.1.4. Probably it's a generic issue and not connected to owncloud. So I will state what I have done so far:
- Installed ownCloud via package manager (this places the ownCloud installation in /var/www/owncloud)
- Created a subdomain (cloud.domain.tld) via plex
- Placed a sym link in the home directory of the subdomain pointing to /var/www/owncloud
So my directories are organized like this:
Code:
/var
|
+ - /www
|
+ - [...]
+ - /owncloud
| |
| + - [several owncloud files and directories]
+ - /vhosts
|
+ - [...]
+ - domain.tld <- my webroot
System:
Ubuntu 14.04.3 LTS
Can you tell me, if it is possible to create a subdomain like cloud.domain.tld without moving /var/www/owncloud? As it is installed by the package manager moving it would break future updates.
Thank you