Hello,
i am currently trying to host a site on uberspace in a subfolder. Another cockpit project, that is lying in my root is working perfectly fine, but i somehow struggle to overcome problems with my project in the subfolder. This is the error i am getting:
My project is lying under
/var/www/virtual/username/html/nino-dornemann.de/cms
but somehow it is trying to resolve the path to
/var/www/virtual/username/nino-dornemann.de/cms
without the html-part.
And this is, how my defines.php is looking like:
<?php
define('COCKPIT_DOCS_ROOT', dirname(__DIR__));
define('COCKPIT_BASE_URL', '/cms');
define('COCKPIT_BASE_ROUTE', '/cms');
the root path is btw
/var/www/virtual/username/html
and the cockpit project not working is in the /nino-dornemann.de subfolder