INFO: Increase PHP memory limit using .htaccess

To increase your memory limit within PHP open or create a .htaccess file in the root of public_html and add:

php_value memory_limit 64M

The example above will change the limit to 64M. You may adjust as needed, subject to the overall memory allocation based upon your account specification.


Was this article helpful?

mood_bad Dislike 0
mood Like 1
visibility Views: 2270