Bad Query Strings not working with WP-Pro-Quiz plugin
-
When selecting Firewall > Advanced Firewall Protection > Deny Bad Query Strings and then attempt to go to the “WP-Pro-Quiz > Global Settings” page, the server throws back a “403 – Forbidden Access” error.
The URL being requested is /wp-admin/admin.php?page=wpProQuiz_globalSettings
By disabling “Deny Bad Query Strings” it works. So I dug into this and the issue is in the .htaccess file in the following location:
#AIOWPS_DENY_BAD_QUERY_STRINGS_START
RewriteCond %{QUERY_STRING} ^.*(globals|encode|localhost|loopback).* [NC,OR]When I edit the .htaccess and remove the word “globals” from the rewrite rule everything works fine.
My question is, how do I write a Custom .htaccess Rule to override this issue so I don’t have to edit the .htaccess directly?
https://www.ads-software.com/plugins/all-in-one-wp-security-and-firewall/
- The topic ‘Bad Query Strings not working with WP-Pro-Quiz plugin’ is closed to new replies.