• Resolved svacontact

    (@svacontact)


    I found a conflict with the popular plugin FormMaker. The advanced char string filter section contains this line:

    RedirectMatch 403 function\.

    This will return a 403 when attempting to access any file containing the string ‘function’ in its name. The FormMaker plugin includes the file ‘calendar_function.js’. I temporarily resolved the issue by altering as follows:

    RedirectMatch 403 function(?<!calendar_function)\.

    I suspect that this will get overwritten the next time I make any changes to AIOWPS. Just wanted to give you a heads-up. I have also suggested to Web Dorado that they consider changing the file name in a future version. Thanks.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi, thank you for reporting this.

    Did you try to use Custom Rules located under WP Security -> Firewall -> Custom Rules. This allows you to customize the code added to .htaccess file without loosing the customize code every time you upgrade the plugin.

    Let me know how you go.

    Regards

    Thread Starter svacontact

    (@svacontact)

    Yes, that works. Thanks.

    Plugin Contributor mbrsolution

    (@mbrsolution)

    You are most welcome ??

    I am marking this thread as resolved.

    Enjoy the plugin

    Thread Starter svacontact

    (@svacontact)

    Sorry, I gave you incorrect information. Placing the RedirectMatch statement in the Custom Rules does not work. I’m guessing this is because the original filter statement is executed first, and the redirect has already occurred(?). I forgot to clear the browser cache between tests which lead me to the wrong conclusion.

    Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi, make sure you also clear any cache in your site if you are using a cache plugin.

    Thread Starter svacontact

    (@svacontact)

    Thanks, no cache plugin.

    Plugin Contributor mbrsolution

    (@mbrsolution)

    For now you might have to disable this feature in the plugin until a better solution is found.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Filter Issue w/ FormMaker’ is closed to new replies.