your feedback

Web and Unix administration made simple by doing rare mini projects

Web and Unix administration made simple by doing rare mini projects header image 2

2 Comments so far ↓

  • chad

    hello!
    i am with hosted with host gator also and i just had an hour long argument with one of the live sales people about upping my php_max_upload but then i saw this line in this post.. “php – no safe mode restriction due to phpusexec and you can have own php.ini file.”

    How do i do that!?! i have a site with a gallery that uploads videos and i need my php upload to be higher to allow this so i really need this. i already have the shell access which is how i assume you do it..

  • linuxunix

    For example, to increase the limit on uploaded files to 10 MB:
    create file php.ini in your website root directory and put following code.

    upload_max_filesize = 10M ;
    post_max_size = 20M ;

Leave a Comment