0
The user is trying to upload the site that I take care of. However, message appears saying that the file is too big. I wish I could change this via PHP. But, it would have to be on user ini..
How do you do that? I tried to use the same directives that are used in php.ini. Didn’t work.
upload_max_filesize = 50M
post_max_size = 50M
The mistake:
413 Request Entity Too Large
With me works normal I create a file called .user ini. with
memory_limit = 50M upload_max_filesize = 50M post_max_size = 50M
– usuario
@user I did this, but the error persists.
– Felipe Viero Goulart
your file is named with a "dot" . at first? .user ini.
– usuario
No, you’re not. You should be?
– Felipe Viero Goulart
Yes. the standard and with a . at first
– usuario
I tried with the . at the beginning and the error persists.
– Felipe Viero Goulart
Let’s go continue this discussion in chat.
– usuario