Hi, Just wondering if someone may be able to help?
I had to increase PHP memory putting “php_value memory_limit 128M” in .htaccess for ee 2.5.3 on a shared server running PHP 5.1.6. but need PHP5.3
My hosting company told me to put “AddHandler application/x-httpd-php53 .php” in .htaccess but because its CGI PHP5.3 I would need to increase the memory by putting “ini_set(“memory_limit”,“128M”);” into a .php file.
I put a settings.php with “ini_set(“memory_limit”,“128M”);” into my home directory (I don’t have access to the root ) but it doesn’t work at all ;(
Is there any other way of doing this?