I need to increase the maximum message size and load the size for php in order to use drupal audio module. I read that this should be installed in php.ini. However, I do not think that I have access to this file on the lunar pages. I also read that it can also be installed in .htaccess. However, this does not 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
The local host says restarting the web server. But this is not possible for a shared host. Could this be a problem?
bkarj source
share