Development Blog by Professionals
Archive for January 25, 2010
.htaccess upload_max_filesize ini_set()
Jan 25th
I m PHP 5.2.0 / Apache
and I can’t access php.ini
I try to update .htaccess
and added
php_value upload_max_filesize “25M”
php_value post_max_size “25M”
However it will give me “Internal Server Error” More >


