I need to increase the maximum file upload size in cakephp. I have looked around and seen that using ini_set in the controller or pretty much anywhere in the code is useless. So my next option is to modify the htaccess file.
I looked around and found some changes to make such as the, upload_max_filesize post_max_size max_execution_time max_input_time
My question is, which .htaccess file do I need to change?
And, do the changes go inside the <IfModule mod_rewrite.c> tags?
There is a .htaccess file the root folder, the app folder and the webroot folder.
Thanks