Overwritewebroot problem

I have configured

  'overwritewebroot' => '/gdrive',

And:

$ occ maintenance:update:htaccess
.htaccess has been updated

Installation at: /var/www/ownclout, not at: /another/folder
But still logs search for files in another folder:

[Tue Feb 14 14:30:28.871994 2023] [core:error] [pid 4652] (13)Permission denied: [client 192.168.1.102:62997] AH00035: access to /dav/files/myUser/Photos/Lake-Constance.jpg denied (file
system path '/another/folder') because search permissions are missing on a component of the path
[Tue Feb 14 14:30:28.882399 2023] [core:error] [pid 4994] (13)Permission denied: [client 192.168.1.102:63000] AH00035: access to /dav/files/myUser/Photos/Teotihuacan.jpg denied (filesys
tem path '/another/folder') because search permissions are missing on a component of the path
[Tue Feb 14 14:30:30.546295 2023] [core:error] [pid 4994] (13)Permission denied: [client 192.168.1.102:63000] AH00035: access to /dav/files/myUser/Photos/IMG_20230207_203357.jpg denied
(filesystem path '/another/folder') because search permissions are missing on a component of the path
[Tue Feb 14 14:30:30.546295 2023] [core:error] [pid 4652] (13)Permission denied: [client 192.168.1.102:62997] AH00035: access to /dav/files/myUser/Photos/Lake-Constance.jpg denied (file
system path '/another/folder') because search permissions are missing on a component of the path
[Tue Feb 14 14:30:30.558713 2023] [core:error] [pid 3957] (13)Permission denied: [client 192.168.1.102:62998] AH00035: access to /dav/files/myUser/Photos/Portugal.jpg denied (filesystem
 path '/another/folder') because search permissions are missing on a component of the path

It looks like the issue it’s because apache interpretation of h__p://192.168.1.123/gdrive/index.php/login

It serves ownclous correctly, AND erroneously does another get at h__p://192.168.1.123/login

I am ignoring th error by now.

Any idea how to improve this?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.