a 413 Request Entity Too Large error was encountered while trying to use an ErrorDocument to handle the request.
I get this error message when trying to upload a Prestashop theme:
The requested resource
/VMSDraft/admin123/index.php/improve/design/themes/import
does not allow request data with GET requests, or the amount of data provided in the request exceeds the capacity limit.
Additionally, a 413 Request Entity Too Large error was encountered while trying to use an ErrorDocument to handle the request.
Hello, I made the changes but I'm still getting the error:
; Whether to allow HTTP file uploads.
; http://php.net/file-uploads
file_uploads = On
; Temporary directory for HTTP uploaded files (will use system default if not
; specified).
; http://php.net/upload-tmp-dir
;upload_tmp_dir =
; Maximum allowed size for uploaded files.
; http://php.net/upload-max-filesize
upload_max_filesize = 600M
; Maximum number of files that can be uploaded via a single request
max_file_uploads = 60