6.3.1 – Extended protection disabled
-
Hi all,
FYI, after the 6.3.1 update, the Extended protection was disabled and I was being asked to optimize firewall. All the following failed to help
I waited 5 minutes
Tried all the options
Checked htaccess, and user.ini (no php.ini)
Checked my file permission
Disabled all plugins
Removed hardening form htaccessI finally deleted Wordfence entirely, DB, files, etc. and reinstalled, and that did not help.
I found a reference Here about adding
php_value auto_prepend_file "/path_to_file/wordfence-waf.php"
Directly in the htaccess file. And this fixed the issue, for now.
My htaccess file now looks like this and it works:
# Wordfence WAF <IfModule mod_php5.c> php_value auto_prepend_file '/home/XXXXXX/public_html/wordfence-waf.php' </IfModule> <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> # END Wordfence WAF php_value auto_prepend_file '/home/XXXXXX/public_html/wordfence-waf.php'
Any other suggestions or information would be appreciated.
Thanks.
- The topic ‘6.3.1 – Extended protection disabled’ is closed to new replies.