givanz/VvvebJs

PayloadTooLargeError: request entity too large

DeadONGz opened this issue · 1 comments

I'm using xampp and i'm trying to save and that happens.

givanz commented

In xampp window click on apache config button.

Edit apache/conf/httpd.conf and add

LimitRequestBody 1024000

<IfModule mod_security.c>
  SecFilterEngine Off
  SecFilterScanPOST Off
</IfModule>

Edit php.ini and increase the following values or add them if missing

post_max_size = 64M
upload_max_size = 64M 

xampp-control-panel-httpd-conf

xampp-control-panel-php-ini