XF 1.5 Increasing post_max_size ?

gunnar

Active member
I tried to add post_max_size 16M to the end of the htaccess file, all the way at the end. But nothing changes when I check phpinfo?

</IfModule>

post_max_size 16M
 
Thanks, still no difference.. do I have to restart server or something? Is my placement right?

You are better off configuring the php.ini either overall or for that virtualhost. Rules for the htaccess may not be allowing such things to be changed which is also something that can be looked into. You will also find that isn't usually the only setting that will need to be tweaked to increase upload size if that's what you are changing it for.
 
You are better off configuring the php.ini either overall or for that virtualhost. Rules for the htaccess may not be allowing such things to be changed which is also something that can be looked into. You will also find that isn't usually the only setting that will need to be tweaked to increase upload size if that's what you are changing it for.

Thanks, I can't find a php.ini file.. Is there another way?
 
Top Bottom