We have been able to host sugarCRM on Mosso hosting successfully. There are two things that needs to be taken care of ie php memory limit and php upload limit which are 2 MB by default. These two values can be increased by using the code below in the .htaccess file:

php_value memory_limit ?M
php_value upload_max_filesize ?M

Replace “?” with the with the value you need to replace it with.

The successful modification of the php memory limit and max upload size will show in your PHP info file.

Regards

Ravi