Author Topic: change the values of the php.ini file  (Read 3336 times)

Offline admin

  • Administrator
  • Sr. Member
  • *****
  • Posts: 296
    • View Profile
change the values of the php.ini file
« on: August 09, 2009, 06:04:56 PM »
you can use "php_value" in .htaccess file as:

Code: [Select]
php_value upload_max_filesize 10M
php_value post_max_size 200M
php_value memory_limit 200M