Hi,
I already contacted the support of my host because I got a 403 Error (publicept-the7.ch 403 Forbidden Error Page) when I tried to save the custom code in the BPS Pro plugin. I identified one single line in the .htaccess file in the section “12. CUSTOM CODE BPSQSE BPS QUERY STRING EXPLOITS” which caused the 403 error which is:
RewriteCond %{QUERY_STRING} (sp_executesql) [NC]
Actually, I realized that commenting the line out did not remove the 403 error. And even only the string “# sp_executesql” as a comment caused the error and prohibited BPS Pro to save the custom code. The support of my host already checked the WAF on the server for an according log entry but they couldn’t find anything related to this issue.
For now, I just deleted the complete line which removes the issue.
Do you have an idea why this string causes a 403 error (even if it’s commented out)?
Thanks!