Jump to content

Featured Replies

В каком файле можно изменить максимальный размер файла, то есть на данный момент можно загрузить 2 мб,  а надо к примеру выставить что бы меньше 6 мб.

IPS 4.4.6

Link to comment
https://ipbmafia.ru/topic/21805-stil/
Share on other sites

Сразу не понял что надо настраивать где лежит php.ini и искал в файлах форума :с

php.ini - apache2 или ngix

Link to comment
https://ipbmafia.ru/topic/21805-stil/?&do=findComment&comment=159792
Share on other sites

1. Загружаешь в корень сайта phpinfo.php файл и смотришь в браузере, где у тебя лежит php.ini. Если их несколько, то в кажом правишь значение для upload_max_filesize и post_max_size.

<?
phpinfo();
?>


2. Если провайдер разрешает менять настройки php через файл .htaccess, то можно попробовать добавить в него:
 

php_value upload_max_filesize 40M
php_value post_max_size 42M

 

Link to comment
https://ipbmafia.ru/topic/21805-stil/?&do=findComment&comment=159795
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.


Guest
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.