Open camlafit opened 2 years ago
Default vhost allow to read .php.in file
Could be interessting to prevent this and add some rules on apache as
<Files ".user.ini"> <IfModule mod_authz_core.c> Require all denied </IfModule> <IfModule !mod_authz_core.c> Order deny,allow Deny from all </IfModule> </Files>
Took from https://www.wordfence.com/help/scan/scan-results/?utm_source=plugin&utm_medium=pluginUI&utm_campaign=docsIcon#public-logs
updated to .php.ini as as .user.ini is not a good idea cf #10
Default vhost allow to read .php.in file
Could be interessting to prevent this and add some rules on apache as
Took from https://www.wordfence.com/help/scan/scan-results/?utm_source=plugin&utm_medium=pluginUI&utm_campaign=docsIcon#public-logs