Page 1 of 1

my own php.ini

Posted: Sun Oct 05, 2008 12:58 am
by persiangulf
Hi,
I'd like to have my own php.ini file for my site on the server. where should i put the php.ini so that i can use it in all pages of my site.
Thanks :wink:

Re: my own php.ini

Posted: Sun Oct 05, 2008 12:11 pm
by phppucci
If you are on shared hosting site you can't have your own php.ini file. Some settings you can set up using ini_set() function or as a directive in .htaccess file if your hosting provider allows it.