custom php.ini

Dark Arcana

New Member
i had created an user account on my dedi server and i would like to have custom php.ini configuration for that user account. so i created a php.ini file in the root of that account with custom but they arent loaded in phpinfo file ?

anyone can suggest how to load custom php.ini file? Are you using cpanel or any other type panel? Are you using cgi or apache II?

All will cause the php.ini files to be loaded differently. What you did would have worked on a straight Apache II and probably on cgi also. Depending on what settings you are trying to change you are probably better using a .htaccess file.
 
Top