• Resolved emgraphics

    (@emgraphics)


    Hi – I have a plugin installed on WordPress which generates legitimate URLs
    which contain commas, but some of AIOWPS’s .htaccess lines end up
    blocking these urls with a 403. The specific lines which I’m required
    to comment out, in order to allow the plugin to work properly, are:

    1) From AIOWPS_ADVANCED_CHAR_STRING_FILTER_START:

    RedirectMatch 403 \,

    2) From 6G:[REQUEST STRINGS]

    RedirectMatch 403 (?i)(~|`|<|>|:|;|,|%|\|\s|\{|\}|\[|\]|\|)

    3) From 5G:[REQUEST STRINGS]

    RedirectMatch 403 (\,|\)\+|/\,/|\{0\}|\(/\(|\.\.\.|\+\+\+|\||\\\”\\\”)

    Is there a way to tell AIOWPS to *not* write out these specific lines
    when it generates the .htaccess? Btw, the plugin that spits out the urls with commas is a shipping label plugin for woocommerce.

Viewing 1 replies (of 1 total)
  • Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi, you should be able to use the Custom Rules feature located in the Firewall tab to customize the above mentioned code.

    Thank you.

Viewing 1 replies (of 1 total)
  • The topic ‘legit URLs with commas being blocked’ is closed to new replies.