• Resolved oRxx

    (@orxx)


    Hey Guys,

    i have a really weird problem… I saw on this forum that u can change the upload size file limit. I tried to do it as php.ini or with the .htaccess file. But nothing worked for me. I hope you have a solution for my problem

    Kind Regards

    oRxx

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator James Huff

    (@macmanx)

    Volunteer Moderator

    Let’s make sure you did it right first. 🙂

    Here are three ways you can increase the upload limit:

    1. If you can edit or override the system php.ini file, increase the maximum file and post sizes. For example, upload_max_filesize = 100M ; and post_max_size = 100M ;

    2. If you cannot edit or override the system php.ini file, add php_value upload_max_filesize 100M and php_value post_max_size = 100M to your .htaccess file.

    3. If neither of these work, it’s time to ask your hosting provider to increase the maximum file and post sizes on your account. Keep in mind that most decent hosting providers allow this, and If your hosting provider won’t accommodate you, perhaps it’s time to find a new hosting provider.

    (in the above examples, the limit is set to 100MB)

    Thread Starter oRxx

    (@orxx)

    I’m running this all on a vServer from noez.de, so i don’t know where the php.ini must be (in which folder). I tried it in the root folder var/www/ and in var/www/wp-admin and i added your sizes. And here you can see my .htaccess file in the folder var/www

    http://puu.sh/kW4SU/1d8f1d2fa0.png

    Thanks for the fast response 🙂

    Thread Starter oRxx

    (@orxx)

    Ahhhh now i know what you meant… Fixed it already. Thank you really much

    Moderator James Huff

    (@macmanx)

    Volunteer Moderator

    You’re welcome!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Can't change upload file limit’ is closed to new replies.