1 Answer
- Newest
- Most votes
- Most comments
0
I think the problem can be solved by adding the following setting in .htaccess to prevent external access to .user.ini.
<FilesMatch "^(\.user\.ini)">
order allow,deny
deny from all
</FilesMatch>
Relevant content
- asked 10 months ago
- AWS OFFICIALUpdated 2 years ago
