Rackspace Cloud | Mosso .htaccess for uploading larger files with PHP
I can't say it enough, Mosso support is awesome, they do a great job! No I don't get any kick backs for praising them, I so wish!
Take your already exiisting root .htaccess file and add these lines to it.
php_value upload_max_filesize 100M
php_value post_max_size 100M
php_value max_execution_time 200
php_value max_input_time 200
What this does is change some of the server variables to allow php to upload larger ammounts. Good luck!
If you signup under mosso use Himmelberger in the refferral area :-) .
Tweet This!
