Hi,
exactly.
But the thing is that even given the fact that all owncloud related
files are underneath a seperated directory (owncloud)
the error in the log look likes it is referencing the files directly in
the document root.
Could it be related to the PHPH files or the rewrite rules of owncloud?
I can`t figure out whats wrong but as soon as i allow from all on my
document root the error is gone.
Am 28.10.2012 00:39, schrieb Diederik de Haas:
On Sunday 28 October 2012 00:32:37 Yang Hong wrote:
Hi Dennis.
Apache server's default document root is /var/www
then owncloud should be located at /var/www/owncloud
NOT at /home/web/www/owncloud
That very much depends on your apache configuration, here's mine:
$ cat /etc/apache2/conf.d/owncloud.local.conf
Alias /owncloud /opt/web/apps/owncloud
<Directory /opt/web/apps/owncloud/>
Options SymLinksIfOwnerMatch
AllowOverride All
Order allow,deny
allow from all
</Directory>
Cheers,
Diederik
_______________________________________________
Owncloud mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/owncloud