I’m having trouble getting public links to work on my pydio 7.0.4 install. I get the ‘Oups, cannot find this page’ error.
I’ve set Pulic Base URI to /pydio/public and the download URL to mydomain.info/pydio/public . I’ve cleared the cache files plugin*.ser in /var/cache/pydio . Rewrite is set to /pydio , Everything seems to work on pydio except the public links. If I create a custom link, I get an error in the logs but if I do not there is no error. This is on a Centos 7 install.
Error:
date ip level user action source params cursor text ajxp_im_time
11-02-17 15:48:30 67.198.99.60 ERROR shared error l.70 SecureTokenMiddleware.php message=You are not allowed to access this resource. 9805 11-02-17 15:48:30 1509638922
Ok
The problem is
There exist a folder public in /pydio => so the request to public link …/pydio/public/abcdefgh will be route to /pydio/public folder instead of going to index.php by rewrite
Solution: remove public folder or rename to public.bak