Tag Archives: dreamhost

Dreamhost PHP max file size

      Comments Off on Dreamhost PHP max file size

To increase the maximum file upload size for PHP on Dreamhost: Make sure you’re running PHP5.3, on the Manage Domains page on the panel, then in the shell do: mkdir -p ~/.php/5.3 cd ~/php/5.3 cat > phprc upload_max_filesize = “100M” post_max_size = “100M” ^D http://wiki.dreamhost.com/index.php/PHP.ini