si, ya lo encontré y lo abrí con Dreamweaver para cambiarlo. Pero antes de cambiarlo tengo una duda. Lo quiero cambiar porque en un componente llamado DOCMan necesito para que la gente pueda subir unos archivos un poco mas pesados que 2MB, pero mi problema es que encontré estas instrucciones en Internet que parece que no basta con solo cambiar el Php.ini.
Es esto verdad?:
Cita: How do I change the PHP Max Upload file size? (.htaccess)
In the root folder of Joomla! there is a file called htaccess.txt rename this to .htaccess. If you have already renamed the file then continue....
The PHP value you need to add is
Code:
Select allphp_value upload_max_filesize
So to allow a max upload of 8 Megabytes you would add to the .htaccess
Code:
Select allphp_value upload_max_filesize 8M
best practive suggests you add this near the top of the .htaccess file. You should not set this to a HUGE value a good value would be no more than 10M (Megabytes)
note that this will not work on all serves, verify with your hosting provider if your server uses a local php.ini, .htaccess or disables the setting of PHP values.
Bueno, gracias por tu respuesta y espero que me guíes.
Muchas Gracias nuevamente