CloudLog gives ‘Access denied’
Checking to web server logs reveals:
Got error 'Access to the script '/var/www/XXX/web/logbook' has been denied (see security.limit_extensions)'
The URL of the logbook showed https://DOMAIN/index.php/logbook
Solution
Add the following to php.ini for the site:
cgi.fix_pathinfo=1
Leave a Reply
Want to join the discussion?Feel free to contribute!