Drupal 6 - Increase PHP Max Memory Limit and File Upload LimitCategories: To increase the default php memory limit and max file upload size in Drupal 6, the following methods can be performed: If you have access to your php.ini file add this script (recommended): In your php.ini file: *** A custom php.ini file can also be created adding only the script shown above. If you do not have access to php.ini or do not want to create a custom php.ini file, add these scripts to the settings.php and .htaccess files: In the settings.php file: In the.htaccess file: See also: |
