I am trying to alter the upload_max_filesize to 4M using .htaccess
php_value upload_max_filesize 4M
But PHP continues to cap the size at 2M
upload_max_filesize 2M 2M
Any suggestions?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Here’s the answer
(a) Need to put the setting in a IfModule container
(b) need to put the .htaccess file in the document root
Or at least that’s how I got it to work…