Ver Mensaje Individual
  #3 (permalink)  
Antiguo 16/07/2008, 11:35
Avatar de rcarcamonster
rcarcamonster
Moderador
 
Fecha de Ingreso: enero-2008
Ubicación: Chile
Mensajes: 1.940
Antigüedad: 16 años, 10 meses
Puntos: 108
Pregunta Respuesta: Encontrar archivo php.ini

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
__________________
Tucango - Desarrollo web