Maximum File Size
Posted August 14th, 2008 by DrupalI always forget how to fix the maximum file size for uploading on drupal. Simply add this:
php_value upload_max_filesize 75M
php_value post_max_size 75M
php_value memory_limit 32M
php_value post_max_size 75M
php_value memory_limit 32M
Registered Globals
Posted August 14th, 2008 by DrupalGetting a registered globals issue when trying to install a drupal site on the 1and1.com shared hosting environment. Simple fix - should have written it down earlier, but resolved simply by adding the following code to the .htaccess file that is preset with the drupal site:
AddType x-mapp-php5 .php