Title: matjes's Replies | WordPress.org

---

# matjes

  [  ](https://wordpress.org/support/users/matjes/)

 *   [Profile](https://wordpress.org/support/users/matjes/)
 *   [Topics Started](https://wordpress.org/support/users/matjes/topics/)
 *   [Replies Created](https://wordpress.org/support/users/matjes/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/matjes/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/matjes/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/matjes/engagements/)
 *   [Favorites](https://wordpress.org/support/users/matjes/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Automatic plugin upgrade not working – ftp problems](https://wordpress.org/support/topic/automatic-plugin-upgrade-not-working-ftp-problems/)
 *  [matjes](https://wordpress.org/support/users/matjes/)
 * (@matjes)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/automatic-plugin-upgrade-not-working-ftp-problems/page/2/#post-727030)
 * I have my WordPress at Servage.net and found out today that for me Firefox is
   the problem. When using Safari I have no problems with WPAU at all.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How do I change my ‘upload’ limit.](https://wordpress.org/support/topic/how-do-i-change-my-upload-limit/)
 *  [matjes](https://wordpress.org/support/users/matjes/)
 * (@matjes)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/how-do-i-change-my-upload-limit/#post-883123)
 * I had problems with editing the php.ini file because with most webhosts it is
   globally and inaccessable for us and you still would have to add a line in .htaccess
   anyway. But I found an easier way if you have access to the .htaccess file in
   your www folder. Just include the following 2 lines in .htaccess:
 *     ```
       php_value upload_max_filesize 20M
       php_value post_max_size 20M
       ```
   
 * For changing the memory limit add/edit this in .htaccess:
 *     ```
       php_value memory_limit 20M
       ```
   
 * And of course change the 20 to anything you need.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [NextGEN Gallery – how to change PHP upload limit?](https://wordpress.org/support/topic/nextgen-gallery-how-to-change-php-upload-limit/)
 *  [matjes](https://wordpress.org/support/users/matjes/)
 * (@matjes)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/nextgen-gallery-how-to-change-php-upload-limit/#post-783151)
 * There is an easier way.
 * Just add these 2 lines to .htaccess:
 *     ```
       php_value upload_max_filesize 100M
       php_value post_max_size 100M
       ```
   
 * And of course feel free to change the “100” to anything you need.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [How do you customize?](https://wordpress.org/support/topic/how-do-you-customize/)
 *  [matjes](https://wordpress.org/support/users/matjes/)
 * (@matjes)
 * [18 years, 5 months ago](https://wordpress.org/support/topic/how-do-you-customize/#post-618945)
 * okpeery,
 * Did you activate the Adsense plugin in the Plugin menu?
 * Matthias

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