Running 15.05 on Ubuntu 18.04 with Apache
After updating from 15.04 to 15.05 I have the following error:
“Your web server is not properly set up to resolve “/ocm-provider/”. This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in “.htaccess” for Apache …”
I am also getting a similar error with “/ocs-provider/”.
My .htaccess has the following references:
RewriteCond %{REQUEST_FILENAME} !/ocs-provider/
RewriteCond %{REQUEST_FILENAME} !/ocm-provider/
Any suggestions?
Thanks!
1 Like
Demel
February 28, 2019, 6:14pm
3
Same on Ubuntu 18.10 (php 7.3 / apache 2.4)
gus
February 28, 2019, 7:11pm
4
Same here! Fedora server 29, Apache (httpd-2.4.38), PHP(7.2.15) upgrade to 15.0.5 from 15.0.4
I guess you guys are all running nextcloud in a subdirectory of webroot?
I suggest to continue this in one thread which is this one:
I’ve just updated my NextCloud installation from 15.0.4 to 15.0.5 and have encountered an issue. This is what I see in settings/overview:
Your web server is not properly set up to resolve “/ocm-provider/”. This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in “.htaccess” for Apache or the provided one in the documentation for Nginx at it’s documentation page . On Nginx…
2 Likes
omg
March 1, 2019, 8:51am
6
**Same error (alert). PHP Version 7.1.26-1+ubuntu18.04.1+deb.sury.org+1 (Server API - Apache 2.0 Handler)
NC installed in /var/www/nextcloud
got it after upgrade to 15.0.5 from 15.0.4
Worked solution for me - Your web server is not properly set up to resolve "/ocm-provider/"
2 Likes