[Owncloud] remote.php/core.js & remote.php/core.css
Bart Visscher
bartv at thisnet.nl
Fri Jun 15 19:56:05 UTC 2012
On Fri, Jun 15, 2012 at 06:58:17PM +0200, 403 wrote:
> Hi,
>
> I work with the git version of OC4 but since several days I have the
> following problem:
>
> [18:47:07,071] GET
> https://kloud.blackcolibris.com/remote.php/core.css [HTTP/1.1 404
> Not Found 105ms]
> [18:47:07,074] GET
> https://kloud.blackcolibris.com/remote.php/core.js [HTTP/1.1 404 Not
> Found 111ms]
>
> Well, I don't know how to solve that problem which prevent to
> display correctly Owncloud.
>
> For information, I use Nginx + PHP_FPM.
I expect the solution is added the following lines to the config:
fastcgi_param PATH_INFO $fastcgi_path_info;
fastcgi_param PATH_TRANSLATED $document_root$fastcgi_path_info;
Hope this helps,
Bart
>
> Maybe can you help me?
>
> Thanks a lot,
>
> --
> Germain VENSEL
>
> _______________________________________________
> Owncloud mailing list
> Owncloud at kde.org
> https://mail.kde.org/mailman/listinfo/owncloud
More information about the Owncloud
mailing list