Hi, I am wondering what is the correct way to add links to apps in the usr/share dir so that all domains have access to it - similar to webmail where you put in the mydomain.tld/webmail which then points to /usr/share/squirrelmail . I have /usr/share/owncloud and would like all users to be able to access with mydomain.tld/cloud . EDIT: After playing around i guess its to add a config file to /etc/apache2/conf.d/owncloud.conf .. Sorry if my questions seem stupid but have only ever used RHEL and CENTOS which have files in different places to ubuntu. Is there a better way to redirect the subdomain mail.mydomain.tld to /usr/share/squirrelmail/ other than the only way i found to make it work: SUBDOMAIN OF WEBSITE Host: mail Domain: mydomain.tld Redirect Type: no flag Redirect Path: /../../../../../usr/share/squirrelmail/ I am using unbutu 12.04 server. thanks
You do this with apache aliases, ist the same in Ubuntu and Centos. Take a look at the files in /etc/apache2/conf.d/ and its also described at the end of the perfects etup guide.