HI All
This is an very odd one and would love some help
I updated my .htaccess file to include
```
php_value upload_max_filesize 250M
php_value post_max_size 250M
php_value memory_limit 512M
php_value max_execution_time 180
```
and with in phpinfo i can see the changes have been made local
```
upload_max_filesize 250M 2M
```
Now this is the Odd thing when I try and upload a file larger then 2MB i get an error
"The uploaded file exceeds the upload_max_filesize directive in php.ini."
But as i know it should be 250MB not 2MB
All of my php versions are using lsapi as their php handler and i am using the cloudlinux php selector
the site set to php 5.6.
Advise is welcome on this one
This is an very odd one and would love some help
I updated my .htaccess file to include
```
php_value upload_max_filesize 250M
php_value post_max_size 250M
php_value memory_limit 512M
php_value max_execution_time 180
```
and with in phpinfo i can see the changes have been made local
```
upload_max_filesize 250M 2M
```
Now this is the Odd thing when I try and upload a file larger then 2MB i get an error
"The uploaded file exceeds the upload_max_filesize directive in php.ini."
But as i know it should be 250MB not 2MB
All of my php versions are using lsapi as their php handler and i am using the cloudlinux php selector
the site set to php 5.6.
Advise is welcome on this one
Comment