I have changed these values using SSH on my server:
post_max_size = 50M; Maximum allowed size for uploaded files. ; Http://www.php.net/manual/en/ini.core.php#ini.upload-max-filesize upload_max_filesize = 50M
I have both the httpd
And mysqld
services and entire servers restart, but phpinfo (); It still shows by looking at
:
upload_max_filesize 2m 2m
I can not upload large files in PHPMyAdmin
I have edited the / etc /
directory in php.ini
Create a .htaccess
file and just enter it by entering the code. Be sure to upload this file to the root of the website.
Code:
& lt; Ifmodule mod_rewrite.c & gt; Options + follow-up option options - on index rewriteign_max_fileIs 1000m php_value max_input_time 160 php_value upload_max_fileize 100m php_value post_max_size 100M & lt; / IfModule & gt;
Comments
Post a Comment