Skip to main content

Website kann nicht aktualisiert werden.

Comments

1 comment

  • KC George

    Hello Bastian,

    HTTP requests from Brizy can get blocked by ModSecurity software in cPanel. Please follow the steps below to prevent blocking of Brizy requests if you are using cPanel and have enabled ModSecurity.

     

    Kindly add these lines to your .htaccess file in your website root. You can add it just before the "# END WordPress" line.

    <IfModule mod_security.c>
        SecRequestBodyLimit 4194304
        SecRequestBodyNoFilesLimit 2097152
    </IfModule>

    Once you have added the above lines, your .htaccess file may look like this

    Additionally set the post_max_size to at least 128MB following the process outlined at https://jmp.sh/VkINn6hh and check if you are able to update Brizy pages.    

    0

Please sign in to leave a comment.