• Resolved chrisko90

    (@chrisko90)


    Having issue with the line:

    RedirectMatch 403 register./ in .htaccess by using Restrict Content Pro. There is a file loaded on “wp-content/plugins/restrict-content/core/includes/js/register.min.js?ver=3.5.26” which throughs the error “net::ERR_ABORTED 403
    If I delete the line in .htaccess or disable the plugin, all is fine. Would be great to mark some scripts / paths as whitelist somewhere?
    Please add it to the next version.
    Thank you!

Viewing 1 replies (of 1 total)
  • Plugin Support hjogiupdraftplus

    (@hjogiupdraftplus)

    Hi @chrisko90

    RedirectMatch 403 register\. is due to advanced character string filter you have enabled from WP security > Firewall > additional firewall rules .

    I will create internally a ticket for your suggestion and if approved the upcoming release might have that avaialble.

    You can take that code of .htaccess between the below two lines and disable the advanced char string filter.. and add it as custom .htaccess rules from the WP Security > Firewall > Custom rules check enable custom rules and add that code there. So it will not overwrite your commented changes.

    #AIOWPS_ADVANCED_CHAR_STRING_FILTER_START#

    #AIOWPS_ADVANCED_CHAR_STRING_FILTER_END#

Viewing 1 replies (of 1 total)
  • The topic ‘How to prevent ‘register’ from being added in htaccess with each update’ is closed to new replies.