I need to increase max post size and upload size for php to use the audio module of drupal. I read this has to be set in php.ini. However I don't think I have access to that file in lunar pages. I also read it can also be set in .htaccess. However it doesn't change anything.
I tried:
php_value post_max_size "40M"
php_value upload_max_filesize "40M"
i also tried:
php_value post_max_size 40M
php_value upload_max_filesize 40M
On localhost it says restart webserver. But this is not possible on shared host. Could that be the problem?