Set PHP values from htaccess


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



Copy this code and paste it in your HTML
  1. #php_value max_execution_time 900
  2. php_value max_input_time 3600
  3. php_value upload_max_filesize 64M
  4. php_value post_max_size 128M

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.