Is it possible to override the php memory_limit setting using htaccess?
You can add this line to your .htaccess file.
php_value memory_limit [new memory limit]
When adding that line to .htaccess, you must use a number, in bytes. For example, 8MB would be about 8000000 bytes.

















Leave a Reply
You must be logged in to post a comment.