I'm trying to install OwnCloud v4 on a 1&1 shared hosting, but it seems it is not as simple as it seems.
First problem : PHP version. I had to add this in the .htaccess to use a php5.4 version :
- Code: Select all
AddType x-mapp-php6 .php
AddHandler x-mapp-php6 .php
Now, I can install OwnCloud. Second problem : .htaccess has been overwritten. I re-edit the .htaccess, it is now OK
Third problem : Owncloud is running, but each page I try show lots of warning "headers already sent". It is a bug in the code, see this ticket: http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-719
I hope this message will help 1&1 OwnCloud users!
