• Resolved h2prog

    (@h2prog)


    Hello,

    I have installed Defender on my wordpress website, and since this time and with the configuration of “everything” possible, htaccess, security header, etc…

    I have now issue with my other plugin : ARmember, which allow me to sell products, and
    I am not able to anymore get the invoice. In fact, when I clic on the invoice provided to my clients, I get the message : “Forbidden, you don’t have permission to access this ressource”.

    I am thinking that it’s possibly because of the “prevent PHP execution”, but even if I delete the htaccess file, and disable defender, I am still not able to get the access to the file.

    For information, previously of the installation of defender, I had no issues, so my conclusion is that it’s something done with defender.

    Could you please try to guide me how to solve this issue ?

    Other information, I am also using HummingBird, but the installation was done long time before, (I use page cache).

    Thanks in advance for your help

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @h2prog

    I hope you are doing good today.

    Prevent PHP execution feature add rules to two htaccess files:

    From .htaccess in wp-content:

    ## WP Defender – Protect PHP Executed ##
    <Files *.php>
    Order allow,deny
    Deny from all
    </Files>
    ## WP Defender – End ##

    From .htaccess in wp-includes:

    ## WP Defender – Protect PHP Executed ##
    <Files *.php>
    Order allow,deny
    Deny from all
    </Files>
    <Files wp-tinymce.php>
    Allow from all
    </Files>
    <Files ms-files.php>
    Allow from all
    </Files>
    ## WP Defender – End ##

    Could you double-check in both locations?

    Kind Regards,
    Kris

    Thread Starter h2prog

    (@h2prog)

    Thanks a lot this solved the issue !
    I didn’t check on thoses files, i just checked in the global place.

    Your team and your tools are very nice,
    Good job and thanks again !

    Have a nice day and an happy new year

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘permission restriction’ is closed to new replies.