hi friends
i use a htaccess file on my linux hoting server to change the "upload_max_filesize" and some other settings. but it shows the internal server error 500.
how to change this setting on my server, Plz help me:(
htaccess file code.
php_value upload_max_filesize 50Mb
php_value post_max_size 50Mb
php_value max_execution_time 500
php_value max_input_time 500