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 > [email protected] > https://mail.kde.org/mailman/listinfo/owncloud _______________________________________________ Owncloud mailing list [email protected] https://mail.kde.org/mailman/listinfo/owncloud
