so i followed the advice of some other webpages, mainly putting something in my .htaccess file to turn compatibility mode off:
php_value memory_limit 32M
php_flag zend.ze1_compatibility_mode Off
Make sure there are no OTHER .htaccess files with other things in them in other directories. That stopped it working for me.