my own php.ini

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
persiangulf
Forum Commoner
Posts: 30
Joined: Tue Jan 29, 2008 12:04 pm

my own php.ini

Post 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:
phppucci
Forum Newbie
Posts: 17
Joined: Fri Oct 03, 2008 2:27 pm

Re: my own php.ini

Post 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.
Post Reply