New security functions breaks the page
-
The new security function that is supposed to protect the uploads folder creates a htaccess-file with old directives that doesn’t work in apache 2.4
<Files *.php>
deny from all
</Files>allow/deny-directives are not supported in apache 2.4
Shouldnt the require-directive be used instead?Right now this causes the images on websites running on apache 2.4 not loading.
https://httpd.apache.org/docs/2.4/mod/mod_access_compat.html
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘New security functions breaks the page’ is closed to new replies.