Where should the php.ini file be?

hey guys i just spoke with my hosting company and they put the php.ini file in my root folder so i can upload larger files. But i still can not figure out where this file or files should go?

Any input would be great.

Comments

  • Not sure you still need help, but you can put the ini file in the same folder as the admin-upload.php script. Hope that helps.
  • better not to change folders i think)
  • The root folder is the one where you are landed when you visit your web site.
  • For some reason just having the ini file in my root folder didn't work. Probably something to do with my server configuration.
    I had to change the following lines to allow bigger file sizes.
    upload_max_filesize = 9M
    memory_limit = 60M //I'm not positive you have to allot this much
Sign In or Register to comment.