Bitnami server – Failed to activate wp-admin Folder BulletProof Mode protection

Home Forums BulletProof Security Pro Bitnami server – Failed to activate wp-admin Folder BulletProof Mode protection

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #43353
    Zsolt Edelényi
    Participant

    Hi, I have this message when I click the activate WBM:

    Failed to activate wp-admin Folder BulletProof Mode protection. Your wp-admin folder is NOT protected.

    How can I troubleshoot this issue?

    Regards, Zsolt

    #43355
    AITpro Admin
    Keymaster

    Does the web host allow a wp-admin htaccess file? Is this hosting account type “managed hosting”?

    #43358
    Zsolt Edelényi
    Participant

    This is a AWS/bitnami WP, we have full access to the server. we use this to set the permissions:

    sudo chown -R bitnami:daemon .
    sudo find . -type d -exec chmod 755 {} \;
    sudo find . -type f -exec chmod 644 {} \;
    sudo chown -R daemon:bitnami wp-admin
    sudo chown -R daemon:bitnami wp-includes
    sudo chown -R daemon:bitnami wp-content

    Zsolt

    #43359
    AITpro Admin
    Keymaster

    You may need to edit your vhosts conf or other server configuration files to get the wp-admin htaccess file working. See this Bitnami help page here > https://docs.bitnami.com/aws/infrastructure/lamp/administration/use-htaccess/#:~:text=htaccess%20file%20can%20be%20found,htaccess. Check your server log and php error log for errors for the cause of the problem.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.