Cambiar los límites de php para un sitio concreto (p.e. en Dreamhost)


/ Published in: Apache
Save to your folder(s)

Hay que crear un fichero .htaccess que contenga este código


Copy this code and paste it in your HTML
  1. php_value upload_max_filesize 75M
  2. php_value post_max_size 150M
  3. php_value memory_limit 170M

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.