I’m installing Matomo, this observation appears in “System Check”.
Would anyone know how to fix this?
PHP FPM will ignore .htaccess rules for .php files. To ensure that sensitive files cannot be accessed directly it is recommended to exclude certain directories from being handled by PHP FPM by adding the line ProxyPass /config !
to the mod_proxy_fcgi.c
section in your apache virtual host config just above the ProxyPassMatch
line.