Issue with apache 2.4
-
Dear support,
I’m debugging the directive in the .htaccess file with Apache 2.4There is a main issue that cause a 500 internal error, all the directives like:
<Files license.txt> Order deny,allow Deny from all </files>
must changed to
<Files license.txt> Require all denied </files>
(ref. https://httpd.apache.org/docs/2.4/upgrading.html)
is possibile to fix this in the plugin configuration?
Or hack the plugin’s code for updating this directive?https://www.ads-software.com/plugins/all-in-one-wp-security-and-firewall/
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Issue with apache 2.4’ is closed to new replies.