[Owncloud] Issues with remote.php

Thomas Müller thomas.mueller at tmit.eu
Tue Oct 16 13:48:34 UTC 2012



Am Dienstag, dem 16.10.2012 um 12:56 schrieb Arthur Schiwon:
> Hey,
> 
> today I got two reports about ownCloud 4.5 being broken due to missing CSS. 
> When yourowncloudserver.com/remote.php/core.css is requested, only garbled 
> output is presented as if a binary file is shown in the browser. The login 
> page, however looks fine.
> 
> One reports this behaviour on Apache, the other with Lighttpd, both running 
> Linux. 
> 
> On my LAMP  install I cannot reproduce it.
> 
> Anybody an idea what's going on there?
> 

I had some issues in the past as well. Instead of returning core.{js|css} the index was
returned by the web server (Apache in my case).
The solution was to add
		AllowOverride All
to the Apache config in order to activate .htaccess support.

I hope this helps.

Tom



> Cheers
> Arthur
> 
> P.S.: One of the reporters wanted to file a bug.
> _______________________________________________
> Owncloud mailing list
> Owncloud at kde.org
> https://mail.kde.org/mailman/listinfo/owncloud



More information about the Owncloud mailing list