Title: php.ini problem
Last modified: August 19, 2016

---

# php.ini problem

 *  [Martin](https://wordpress.org/support/users/mcundric/)
 * (@mcundric)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/phpini-problem/)
 * Hi!
 * I have set my php ini file to:
 *     ```
       memory_limit = 100M
       $max_upload_size = 10485760;
       ```
   
 * But i have still a problem with file uploads. Download monitor plug in won’t 
   upload files biger as 2mb.
 * Can someone please help me?
 * Thanx

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/phpini-problem/#post-1844847)
 * Try contacting your hosts for assistance.
 *  [SpaceDogDeveloper](https://wordpress.org/support/users/spacedogdeveloper/)
 * (@spacedogdeveloper)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/phpini-problem/#post-1844892)
 * Try adding/changing the “upload_max_filesize” integer. (see [php.info](http://php.net/manual/en/ini.core.php)).
 * Another thing to check for (depending on your host) is whether you’re using php5
   and need to create a php5.ini file.
 *  Thread Starter [Martin](https://wordpress.org/support/users/mcundric/)
 * (@mcundric)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/phpini-problem/#post-1844896)
 * Hi, I fixe it.
    My php.ini file_
 *     ```
       #memory_limit = 100M
       #max_upload_size = 10485760;
       #post_max_size = 100M
   
       file_uploads = On
       upload_max_filesize = 50M
       post_max_size = 50M
       ```
   
 * .htaccess file:
 * `suPHP_ConfigPath /home/your_user_name/public_html/php.ini`
 * It is IMPORTANT to put this code to the top.
 * Thanx and have a nice day.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘php.ini problem’ is closed to new replies.

## Tags

 * [Download monitor plugin](https://wordpress.org/support/topic-tag/download-monitor-plugin/)
 * [php.ini](https://wordpress.org/support/topic-tag/php-ini/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 3 participants
 * Last reply from: [Martin](https://wordpress.org/support/users/mcundric/)
 * Last activity: [15 years, 5 months ago](https://wordpress.org/support/topic/phpini-problem/#post-1844896)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
